1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-21 09:39:56 +00:00

Update .gitlab-ci.yml

This commit is contained in:
Bret Curtis 2018-06-23 13:50:58 +00:00
parent 55de1c1a72
commit f1158e8129

View File

@ -41,10 +41,10 @@ MacOS:
- xcode - xcode
stage: build stage: build
allow_failure: true allow_failure: true
script: script:
- cores_to_use=$((`nproc`-2)); if (( $cores_to_use < 1 )); then cores_to_use=1; fi - CI/before_install.osx.sh
- mkdir build; cd build; cmake -DCMAKE_BUILD_TYPE=MinSizeRel ../ - CI/before_script.osx.sh
- make -j$cores_to_use - make -j2
- DESTDIR=artifacts make install - DESTDIR=artifacts make install
artifacts: artifacts:
paths: paths: