Update .gitlab-ci.yml

This commit is contained in:
Autechre 2021-02-22 07:06:58 +01:00 committed by GitHub
parent ff33169b35
commit 163bdf8941
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -313,6 +313,9 @@ build-retroarch-linux-i686:
build-retroarch-osx-x64:
tags:
- macosx
variables:
LIBRETRO_APPLE_PLATFORM: arm64-apple-macos10.15
LIBRETRO_APPLE_ISYSROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
stage: build
before_script:
- export NUMPROC=$((1 + $(sysctl -n hw.ncpu)/3))
@ -362,6 +365,9 @@ build-retroarch-osx-x64:
build-retroarch-osx-x64-metal:
tags:
- macosx
variables:
LIBRETRO_APPLE_PLATFORM: arm64-apple-macos10.15
LIBRETRO_APPLE_ISYSROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
stage: build
before_script:
- export NUMPROC=$((1 + $(sysctl -n hw.ncpu)/3))