forked from mirror/openmw-tes3mp
Update .gitlab-ci.yml
This commit is contained in:
parent
55de1c1a72
commit
f1158e8129
1 changed files with 4 additions and 4 deletions
|
@ -42,9 +42,9 @@ MacOS:
|
|||
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
|
||||
- CI/before_install.osx.sh
|
||||
- CI/before_script.osx.sh
|
||||
- make -j2
|
||||
- DESTDIR=artifacts make install
|
||||
artifacts:
|
||||
paths:
|
||||
|
|
Loading…
Reference in a new issue