mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 10:21:31 +00:00
Update .gitlab-ci.yml
This commit is contained in:
parent
1a9f1f6b33
commit
ff33169b35
@ -325,7 +325,7 @@ build-retroarch-osx-x64:
|
|||||||
script:
|
script:
|
||||||
# Build RetroArch
|
# Build RetroArch
|
||||||
- ./configure --disable-al
|
- ./configure --disable-al
|
||||||
- make -j$NUMPROC
|
- make ARCH=x86_64 BUILDBOT=1 -j$NUMPROC
|
||||||
# Build filters
|
# Build filters
|
||||||
- "cd libretro-common/audio/dsp_filters && make -j$NUMPROC build=release && cd ../../.."
|
- "cd libretro-common/audio/dsp_filters && make -j$NUMPROC build=release && cd ../../.."
|
||||||
- "cd gfx/video_filters && make -j$NUMPROC build=release && cd ../.."
|
- "cd gfx/video_filters && make -j$NUMPROC build=release && cd ../.."
|
||||||
@ -374,7 +374,7 @@ build-retroarch-osx-x64-metal:
|
|||||||
script:
|
script:
|
||||||
# Build RetroArch
|
# Build RetroArch
|
||||||
- ./configure --enable-metal --disable-al --enable-coreaudio3
|
- ./configure --enable-metal --disable-al --enable-coreaudio3
|
||||||
- make -j$NUMPROC
|
- make ARCH=x86_64 BUILDBOT=1 -j$NUMPROC
|
||||||
# Build filters
|
# Build filters
|
||||||
- "cd libretro-common/audio/dsp_filters && make -j$NUMPROC build=release && cd ../../.."
|
- "cd libretro-common/audio/dsp_filters && make -j$NUMPROC build=release && cd ../../.."
|
||||||
- "cd gfx/video_filters && make -j$NUMPROC build=release && cd ../.."
|
- "cd gfx/video_filters && make -j$NUMPROC build=release && cd ../.."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user