Skip to content
Snippets Groups Projects
Commit 4360ce29 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

CI Mac: -j2, Win: outcomment artifacts

parent 850e3ea7
No related branches found
No related tags found
1 merge request!1Copy-edit examples; migrate to Jugit
Pipeline #32894 failed
...@@ -9,7 +9,7 @@ mac: ...@@ -9,7 +9,7 @@ mac:
- mkdir build - mkdir build
- cd build - cd build
- cmake .. -D CMAKE_PREFIX_PATH=/usr/local/opt/qt -D CMAKE_CXX_COMPILER_LAUNCHER=ccache - cmake .. -D CMAKE_PREFIX_PATH=/usr/local/opt/qt -D CMAKE_CXX_COMPILER_LAUNCHER=ccache
- make - make -j2
- ctest --output-on-failure - ctest --output-on-failure
# - cpack . # - cpack .
artifacts: artifacts:
...@@ -33,12 +33,12 @@ windows: ...@@ -33,12 +33,12 @@ windows:
- Get-Location - Get-Location
- ctest -C Release --output-on-failure - ctest -C Release --output-on-failure
- cpack -C Release --verbose - cpack -C Release --verbose
artifacts: # artifacts:
paths: # paths:
- build/*.exe # - build/*.exe
- build/bin/Release/*.dll # - build/bin/Release/*.dll
- build/bin/Release/*.exe # - build/bin/Release/*.exe
expire_in: 1 week # expire_in: 1 week
native_Debian_clang: native_Debian_clang:
tags: &native tags: &native
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment