|
|
@ -1,7 +1,7 @@
|
|
|
|
stages:
|
|
|
|
stages:
|
|
|
|
- build
|
|
|
|
- build
|
|
|
|
|
|
|
|
|
|
|
|
linux-stable:
|
|
|
|
Debian:
|
|
|
|
tags:
|
|
|
|
tags:
|
|
|
|
- docker
|
|
|
|
- docker
|
|
|
|
- linux
|
|
|
|
- linux
|
|
|
@ -35,11 +35,12 @@ linux-stable:
|
|
|
|
artifacts:
|
|
|
|
artifacts:
|
|
|
|
paths:
|
|
|
|
paths:
|
|
|
|
- build/artifacts/
|
|
|
|
- build/artifacts/
|
|
|
|
darwin:
|
|
|
|
MacOS:
|
|
|
|
tags:
|
|
|
|
tags:
|
|
|
|
- macos
|
|
|
|
- macos
|
|
|
|
- xcode
|
|
|
|
- xcode
|
|
|
|
stage: build
|
|
|
|
stage: build
|
|
|
|
|
|
|
|
allow_failure: true
|
|
|
|
script:
|
|
|
|
script:
|
|
|
|
- cores_to_use=$((`nproc`-2)); if (( $cores_to_use < 1 )); then cores_to_use=1; fi
|
|
|
|
- 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 ../
|
|
|
|
- mkdir build; cd build; cmake -DCMAKE_BUILD_TYPE=MinSizeRel ../
|
|
|
|