Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mlz
lmfit
Commits
fce0bc2e
Commit
fce0bc2e
authored
Nov 14, 2022
by
Wuttke, Joachim
Browse files
Merge branch 'ci1' into 'main'
run CI for both Mac flavors See merge request
!6
parents
11c1f821
81bfbcde
Pipeline
#87772
passed with stage
in 35 seconds
Changes
1
Pipelines
66
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
fce0bc2e
stages
:
-
build
mac
:
mac
10_15
:
tags
:
-
M
ac
OS
-
m
ac
build3
stage
:
build
script
:
script
:
&mac_script
-
mkdir build
-
cd build
-
cmake ..
-
make
-
ctest --output-on-failure
# - cpack .
artifacts
:
artifacts
:
&mac_artifacts
paths
:
-
build/*zip
expire_in
:
10 days
mac12_2
:
tags
:
-
scgmac4
stage
:
build
script
:
*mac_script
artifacts
:
*mac_artifacts
windows
:
tags
:
-
Windows
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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