mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 18:19:55 +00:00
Update .gitlab-ci.yml
This commit is contained in:
parent
88555c0463
commit
393ec99944
1 changed files with 7 additions and 0 deletions
|
@ -2,6 +2,10 @@ stages:
|
|||
- build
|
||||
|
||||
linux-stable:
|
||||
tags:
|
||||
- debian
|
||||
- linux
|
||||
|
||||
image: gcc
|
||||
|
||||
cache:
|
||||
|
@ -32,6 +36,9 @@ linux-stable:
|
|||
paths:
|
||||
- build/artifacts/
|
||||
darwin:
|
||||
tags:
|
||||
- xcode_7-2
|
||||
- osx_10-11
|
||||
stage: build
|
||||
script:
|
||||
- cores_to_use=$((`nproc`-2)); if (( $cores_to_use < 1 )); then cores_to_use=1; fi
|
||||
|
|
Loading…
Reference in a new issue