Update .gitlab-ci.yml

pull/456/head
Bret Curtis 7 years ago
parent 88555c0463
commit 393ec99944

@ -2,6 +2,10 @@ stages:
- build - build
linux-stable: linux-stable:
tags:
- debian
- linux
image: gcc image: gcc
cache: cache:
@ -32,6 +36,9 @@ linux-stable:
paths: paths:
- build/artifacts/ - build/artifacts/
darwin: darwin:
tags:
- xcode_7-2
- osx_10-11
stage: build stage: build
script: script:
- cores_to_use=$((`nproc`-2)); if (( $cores_to_use < 1 )); then cores_to_use=1; fi - cores_to_use=$((`nproc`-2)); if (( $cores_to_use < 1 )); then cores_to_use=1; fi

Loading…
Cancel
Save