diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 25cee032ee1c5aecbe92a4aa90dbf8a620310872..4ed05c1f7cb951f2741dd47b64a8a7beb7169231 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ variables: before_script: - nproc=`grep -c '^processor' /proc/cpuinfo` - echo "nproc = $nproc" - + #========== Pipeline ================== stages: - configure @@ -26,7 +26,7 @@ configure-linux: script: - mkdir -p build - cd build - - cmake -DCMAKE_BUILD_TYPE=Debug .. + - cmake -DBUILD_TESTING=ON -DCMAKE_BUILD_TYPE=Debug .. - echo "configure | ${CI_PROJECT_DIR}" stage: configure tags: @@ -45,7 +45,7 @@ make-linux: - bin - lib - lib/Debug - + stage: compile script: - cd build