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
libcerf
Commits
e162a6f8
Commit
e162a6f8
authored
Apr 09, 2022
by
Wuttke, Joachim
Browse files
CI Mac: two machines, C instead of C++
parent
79b0ddbe
Pipeline
#62028
passed with stage
in 34 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e162a6f8
stages
:
-
build
mac
:
mac
10_15
:
tags
:
-
M
ac
OS
-
m
ac
build3
stage
:
build
script
:
script
:
&macbuild
-
mkdir build
-
cd build
-
cmake ..
-DCERF_CPP=ON
-
cmake ..
-
make
-
ctest --output-on-failure
-
cpack .
...
...
@@ -18,6 +18,12 @@ mac:
-
build/*zip
expire_in
:
10 days
mac12_2
:
tags
:
-
scgmac4
stage
:
build
script
:
*macbuild
windows
:
tags
:
-
Windows
...
...
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