diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3ed079e16f6c6088e03188df15e6b20ab1594475..f19e2806f7c11f1b923eb4da9e374a59008a4df3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ mac: - mkdir build - cd build - cmake .. -D CMAKE_PREFIX_PATH=/usr/local/opt/qt -D CMAKE_CXX_COMPILER_LAUNCHER=ccache - - make + - make -j2 - ctest --output-on-failure # - cpack . artifacts: @@ -33,12 +33,12 @@ windows: - Get-Location - ctest -C Release --output-on-failure - cpack -C Release --verbose - artifacts: - paths: - - build/*.exe - - build/bin/Release/*.dll - - build/bin/Release/*.exe - expire_in: 1 week +# artifacts: +# paths: +# - build/*.exe +# - build/bin/Release/*.dll +# - build/bin/Release/*.exe +# expire_in: 1 week native_Debian_clang: tags: &native