1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-03 17:37:18 +00:00

Update .gitlab-ci.yml

This commit is contained in:
Bret Curtis 2018-06-23 07:19:05 +00:00
parent c2826ca878
commit 40a9d8ac06

View File

@ -38,7 +38,7 @@ linux-stable:
darwin:
tags:
- macos
- macos_10_12
- xcode
stage: build
script:
- cores_to_use=$((`nproc`-2)); if (( $cores_to_use < 1 )); then cores_to_use=1; fi