mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 22:23:51 +00:00
Update .gitlab-ci.yml
This commit is contained in:
parent
393ec99944
commit
c2826ca878
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ stages:
|
||||||
|
|
||||||
linux-stable:
|
linux-stable:
|
||||||
tags:
|
tags:
|
||||||
- debian
|
- docker
|
||||||
- linux
|
- linux
|
||||||
|
|
||||||
image: gcc
|
image: gcc
|
||||||
|
@ -37,8 +37,8 @@ linux-stable:
|
||||||
- build/artifacts/
|
- build/artifacts/
|
||||||
darwin:
|
darwin:
|
||||||
tags:
|
tags:
|
||||||
- xcode_7-2
|
- macos
|
||||||
- osx_10-11
|
- macos_10_12
|
||||||
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…
Reference in a new issue