Commit e6dd11b8 authored by nanahira's avatar nanahira

fix configure audio

parent 2cab3d16
Pipeline #36823 failed with stages
in 9 minutes and 20 seconds
#!/bin/sh
cd miniaudio/external/ogg
./configure
cd ../../..
......@@ -6,6 +6,7 @@ TARGET_PLATFORM=$(arch)
TARGET_YGOPRO_BINARY_PATH=./ygopro-platforms/ygopro-platform-$TARGET_PLATFORM
./.ci/configure-libevent.sh
./.ci/configure-audio.sh
rm -rf sqlite3/VERSION sqlite3/version
......
......@@ -142,6 +142,7 @@ exec_windows:
#- mat_linux
- mat_submodules
script:
- ./.ci/configure-audio.sh
- premake5 gmake
- cd build
- make config=release -j$(nproc)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment