First runner test

This commit is contained in:
Jan Möbius
2015-11-11 10:02:42 +01:00
parent 7a2f97104b
commit e64cc5cbfe
2 changed files with 98 additions and 0 deletions

12
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,12 @@
gcc-c++11:
script: "CI/ci-linux.sh gcc C++11"
clang-c++11:
script: "CI/ci-linux.sh clang C++11"
gcc-c++98:
script: "CI/ci-linux.sh gcc C++98"
clang-c++98:
script: "CI/ci-linux.sh clang C++98"