Update .gitlab-ci.yml

0.6.3
Bret Curtis 7 years ago
parent 55de1c1a72
commit f1158e8129

@ -42,9 +42,9 @@ MacOS:
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:

Loading…
Cancel
Save