|
|
@ -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:
|
|
|
|