Update .gitlab-ci.yml

0.6.3
Bret Curtis 6 years ago
parent 40a9d8ac06
commit 55de1c1a72

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

Loading…
Cancel
Save