Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ - if [[ -f "/data/test_gcc/gcc-8.3.0/load_dev_env.sh" ]]; then BASE_DIR="/data/gitlab-runner"; . /data/test_gcc/gcc-8.3.0/load_dev_env.sh; ENV_BASE=/data/test_gcc/gcc-8.3.0; else BASE_DIR="/localhome/gitlab-runner"; . /projects/vera/gcc-8.3.0/load_dev_env.sh; ENV_BASE=/projects/vera/gcc-8.3.0; fi - which gcc - SRC_DIR=`pwd` - BLD_DIR="/tmp/$CI_PIPELINE_ID/$BLD_NAME" - BLD_DIR="SRC_DIR/build/$CI_COMMIT_SHORT_SHA/" .windows_before: &windows_before #Temporary but need conda Loading @@ -10,7 +10,7 @@ - conda activate 'C:\Users\oxh\Miniconda3' - conda activate saline_env - $SRC_DIR=$pwd.Path - $BLD_DIR="$SRC_DIR/tmp/$CI_PIPELINE_ID/build" - $BLD_DIR="$SRC_DIR/build/$CI_COMMIT_SHORT_SHA/" stages: - configure Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ - if [[ -f "/data/test_gcc/gcc-8.3.0/load_dev_env.sh" ]]; then BASE_DIR="/data/gitlab-runner"; . /data/test_gcc/gcc-8.3.0/load_dev_env.sh; ENV_BASE=/data/test_gcc/gcc-8.3.0; else BASE_DIR="/localhome/gitlab-runner"; . /projects/vera/gcc-8.3.0/load_dev_env.sh; ENV_BASE=/projects/vera/gcc-8.3.0; fi - which gcc - SRC_DIR=`pwd` - BLD_DIR="/tmp/$CI_PIPELINE_ID/$BLD_NAME" - BLD_DIR="SRC_DIR/build/$CI_COMMIT_SHORT_SHA/" .windows_before: &windows_before #Temporary but need conda Loading @@ -10,7 +10,7 @@ - conda activate 'C:\Users\oxh\Miniconda3' - conda activate saline_env - $SRC_DIR=$pwd.Path - $BLD_DIR="$SRC_DIR/tmp/$CI_PIPELINE_ID/build" - $BLD_DIR="$SRC_DIR/build/$CI_COMMIT_SHORT_SHA/" stages: - configure Loading