Update mac build to use the suyu image

This commit is contained in:
Jamie 2024-03-09 20:44:19 -05:00
parent 719b1d29d3
commit 8d2dc0beed
1 changed files with 3 additions and 4 deletions

View File

@ -33,11 +33,10 @@ build-linux:
build-mac:
stage: build-mac
image: ubuntu:latest
image: suyuemu/cibuild:latest
script:
- apt-get update -y
- apt-get install -y autoconf automake boost ccache ffmpeg fmt glslang hidapi libtool libusb lz4 ninja-build nlohmann-json openssl pkg-config qt5-default libsdl2-dev speex zlib1g-dev zlib zstd
- mkdir build
- git submodule update --init --depth 1 --recursive
- mkdir -p build
- cd build
- export Qt5_DIR="/usr/local/Qt-5.x/lib/cmake"
- cmake .. -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DYUZU_USE_BUNDLED_VCPKG=OFF -DYUZU_TESTS=OFF -DENABLE_WEB_SERVICE=OFF -DENABLE_LIBUSB=OFF