Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mlz
BornAgain
Commits
7f1d8a02
Commit
7f1d8a02
authored
Mar 16, 2021
by
Wuttke, Joachim
Browse files
Build installers
parent
fed039a2
Pipeline
#33462
passed with stage
in 22 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7f1d8a02
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment