From 1acaf2c829e5b5303a53ccfb813c594567a878d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 11 Nov 2015 14:48:36 +0100 Subject: [PATCH] Wrong file syntax --- .gitlab-ci.yml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b7a67470..c229f3dd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,19 +1,24 @@ gcc-c++11: script: "CI/ci-linux.sh gcc C++11" - tags: Linux + tags: + - Linux clang-c++11: script: "CI/ci-linux.sh clang C++11" - tags: Linux + tags: + - Linux gcc-c++98: script: "CI/ci-linux.sh gcc C++98" - tags: Linux + tags: + - Linux clang-c++98: script: "CI/ci-linux.sh clang C++98" - tags: Linux + tags: + - Linux macos: script: "CI/ci-mac.sh" - tags: Apple + tags: + - Apple