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
kww
Commits
ccb4247d
Commit
ccb4247d
authored
Mar 03, 2022
by
Wuttke, Joachim
Browse files
CI: disable mac4 until long-double problem is solved
parent
c5249e91
Pipeline
#72421
passed with stage
in 13 seconds
Changes
1
Pipelines
165
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ccb4247d
...
...
@@ -21,28 +21,28 @@ native_Debian_clang:
-
build/*zip
expire_in
:
10 days
mac
4
:
mac
3
:
tags
:
-
scgmac4
-
macbuild3
stage
:
build
script
:
&mac_build
-
mkdir build
-
cd build
-
cmake ..
-
make
-
ctest --output-on-failure
-
mkdir build
-
cd build
-
cmake ..
-
make
-
ctest --output-on-failure
artifacts
:
paths
:
-
build/*zip
-
build/*zip
expire_in
:
10 days
mac
3
:
except
:
-
merge_requests
tags
:
-
macbuild3
stage
:
build
script
:
*mac_build
#
mac
4
:
#
except:
#
- merge_requests
#
tags:
#
-
scgmac4
#
stage: build
#
script: *mac_build
windows
:
tags
:
...
...
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