First version for mac gitlab-ci integration

This commit is contained in:
Jan Möbius
2015-11-11 14:30:00 +01:00
parent 87a4e1f672
commit 6d6b02680c
2 changed files with 66 additions and 0 deletions

View File

@@ -10,3 +10,5 @@ gcc-c++98:
clang-c++98:
script: "CI/ci-linux.sh clang C++98"
macos:
script: "CI/ci-mac.sh"