1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-30 13:15:34 +00:00

Update .gitlab-ci.yml

This commit is contained in:
Bret Curtis 2018-06-22 15:20:38 +00:00
parent 601b69b36c
commit 88555c0463

View file

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