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 ../