From 55de1c1a721edf3c14dd8ff836c336292585ec45 Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Sat, 23 Jun 2018 13:22:20 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 807738c31..3ae419c1d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ stages: - build -linux-stable: +Debian: tags: - docker - linux @@ -35,11 +35,12 @@ linux-stable: artifacts: paths: - build/artifacts/ -darwin: +MacOS: tags: - macos - xcode stage: build + allow_failure: true script: - cores_to_use=$((`nproc`-2)); if (( $cores_to_use < 1 )); then cores_to_use=1; fi - mkdir build; cd build; cmake -DCMAKE_BUILD_TYPE=MinSizeRel ../