mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Update .gitlab-ci.yml
This commit is contained in:
parent
ff33169b35
commit
163bdf8941
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user