1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-18 00:40:36 +00:00

Update .gitlab-ci.yml

This commit is contained in:
Autechre 2021-02-22 07:38:19 +01:00 committed by GitHub
parent b20ddebb73
commit 19b9fa9dcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -425,7 +425,7 @@ build-retroarch-osx-arm64-metal:
script:
# Build RetroArch
- ./configure --enable-metal --disable-al --enable-coreaudio3
- make ARCH=arm64 BUILDBOT=1 -j$NUMPROC
- make ARCH=arm64 BUILDBOT=1 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 ../.."