Update .gitlab-ci.yml

pull/456/head
Bret Curtis 7 years ago
parent 601b69b36c
commit 88555c0463

@ -21,7 +21,7 @@ linux-stable:
- curl http://ftp.us.debian.org/debian/pool/main/m/mygui/libmygui-dev_3.2.2+dfsg-1_amd64.deb -o libmygui-dev_3.2.2+dfsg-1_amd64.deb
- dpkg --ignore-depends=libmygui.ogreplatform0debian1v5 -i *.deb
build:
stage: build
script:
- cores_to_use=$((`nproc`-2)); if (( $cores_to_use < 1 )); then cores_to_use=1; fi
@ -32,7 +32,6 @@ linux-stable:
paths:
- build/artifacts/
darwin:
build:
stage: build
script:
- cores_to_use=$((`nproc`-2)); if (( $cores_to_use < 1 )); then cores_to_use=1; fi
@ -42,4 +41,3 @@ darwin:
artifacts:
paths:
- build/artifacts/

Loading…
Cancel
Save