mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-03 17:37:18 +00:00
Update .gitlab-ci.yml
This commit is contained in:
parent
40a9d8ac06
commit
55de1c1a72
@ -1,7 +1,7 @@
|
||||
stages:
|
||||
- build
|
||||
|
||||
linux-stable:
|
||||
Debian:
|
||||
tags:
|
||||
- docker
|
||||
- linux
|
||||
@ -35,11 +35,12 @@ linux-stable:
|
||||
artifacts:
|
||||
paths:
|
||||
- build/artifacts/
|
||||
darwin:
|
||||
MacOS:
|
||||
tags:
|
||||
- macos
|
||||
- xcode
|
||||
stage: build
|
||||
allow_failure: true
|
||||
script:
|
||||
- cores_to_use=$((`nproc`-2)); if (( $cores_to_use < 1 )); then cores_to_use=1; fi
|
||||
- mkdir build; cd build; cmake -DCMAKE_BUILD_TYPE=MinSizeRel ../
|
||||
|
Loading…
Reference in New Issue
Block a user