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

Build installers

parent fed039a2
No related branches found
No related tags found
1 merge request!13Prepare for release 1.19
Pipeline #33462 passed
......@@ -11,11 +11,11 @@ mac:
- cmake .. -D CMAKE_PREFIX_PATH=/usr/local/opt/qt -D CMAKE_CXX_COMPILER_LAUNCHER=ccache
- make -j2
- ctest --output-on-failure
# - cpack .
- cpack . -V
artifacts:
# paths:
# - build/*zip
# expire_in: 10 days
paths:
- build/*dmg
expire_in: 10 days
windows:
tags:
......@@ -36,12 +36,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.
Please register or to comment