mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 22:15:32 +00:00
Update .gitlab-ci.yml
This commit is contained in:
parent
55de1c1a72
commit
f1158e8129
1 changed files with 4 additions and 4 deletions
|
@ -41,10 +41,10 @@ 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 ../
|
||||
- make -j$cores_to_use
|
||||
script:
|
||||
- CI/before_install.osx.sh
|
||||
- CI/before_script.osx.sh
|
||||
- make -j2
|
||||
- DESTDIR=artifacts make install
|
||||
artifacts:
|
||||
paths:
|
||||
|
|
Loading…
Reference in a new issue