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
e2ef88ee
Commit
e2ef88ee
authored
Nov 11, 2015
by
Jan Möbius
Browse files
Restrict to right OS
parent
0692bc49
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e2ef88ee
gcc-c++11
:
gcc-c++11
:
script
:
"
CI/ci-linux.sh
gcc
C++11"
script
:
"
CI/ci-linux.sh
gcc
C++11"
only
:
Linux
clang-c++11
:
clang-c++11
:
script
:
"
CI/ci-linux.sh
clang
C++11"
script
:
"
CI/ci-linux.sh
clang
C++11"
only
:
Linux
gcc-c++98
:
gcc-c++98
:
script
:
"
CI/ci-linux.sh
gcc
C++98"
script
:
"
CI/ci-linux.sh
gcc
C++98"
only
:
Linux
clang-c++98
:
clang-c++98
:
script
:
"
CI/ci-linux.sh
clang
C++98"
script
:
"
CI/ci-linux.sh
clang
C++98"
only
:
Linux
macos
:
macos
:
script
:
"
CI/ci-mac.sh"
script
:
"
CI/ci-mac.sh"
only
:
Apple
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