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
OpenMesh
OpenMesh
Commits
0650d3d7
Commit
0650d3d7
authored
Nov 11, 2015
by
Jan Möbius
Browse files
Use right runners to run jobs
parent
74853ead
Pipeline
#9
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0650d3d7
gcc-c++11
:
script
:
"
CI/ci-linux.sh
gcc
C++11"
only
:
Linux
tags
:
Linux
clang-c++11
:
script
:
"
CI/ci-linux.sh
clang
C++11"
only
:
Linux
tags
:
Linux
gcc-c++98
:
script
:
"
CI/ci-linux.sh
gcc
C++98"
only
:
Linux
tags
:
Linux
clang-c++98
:
script
:
"
CI/ci-linux.sh
clang
C++98"
only
:
Linux
tags
:
Linux
macos
:
script
:
"
CI/ci-mac.sh"
only
:
Apple
tags
:
Apple
Write
Preview
Markdown
is supported
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