mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
Update .gitlab-ci.yml
This commit is contained in:
parent
31a6529590
commit
adfb6eed41
@ -313,9 +313,6 @@ 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))
|
||||
@ -328,7 +325,7 @@ build-retroarch-osx-x64:
|
||||
script:
|
||||
# Build RetroArch
|
||||
- ./configure --disable-al
|
||||
- make ARCH=x86_64 BUILDBOT=1 -j$NUMPROC
|
||||
- make V=1 -j$NUMPROC
|
||||
# Build filters
|
||||
- "cd libretro-common/audio/dsp_filters && make -j$NUMPROC build=release && cd ../../.."
|
||||
- "cd gfx/video_filters && make -j$NUMPROC build=release && cd ../.."
|
||||
@ -377,7 +374,7 @@ build-retroarch-osx-x64-metal:
|
||||
script:
|
||||
# Build RetroArch
|
||||
- ./configure --enable-metal --disable-al --enable-coreaudio3
|
||||
- make ARCH=x86_64 -j$NUMPROC
|
||||
- make V=1 -j$NUMPROC
|
||||
# Build filters
|
||||
- "cd libretro-common/audio/dsp_filters && make -j$NUMPROC build=release && cd ../../.."
|
||||
- "cd gfx/video_filters && make -j$NUMPROC build=release && cd ../.."
|
||||
|
Loading…
Reference in New Issue
Block a user