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:
- 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
......
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