summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2021-03-30 00:25:58 +0200
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2021-03-30 00:27:38 +0200
commita892269418059fdfa5e701baa5fdd794dd704808 (patch)
tree494c32e1520cdbeef969eca48cbfa906f57f912f
parent6342b9128ecb8c5f37a974d20f32c3b3dea84373 (diff)
CI: Enable ModPlug on Windows
On macOS, ModPlug is not available because it's missing from our buildenv.
-rw-r--r--.github/workflows/build.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5e489bdb10..ee5c73c6f5 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -62,6 +62,7 @@ jobs:
-DCOREAUDIO=ON
-DHSS1394=ON
-DMACOS_BUNDLE=ON
+ -DMODPLUG=OFF
cmake_generator: Unix Makefiles
cmake_build_type: RelWithDebInfo
# TODO: Fix this broken test on macOS
@@ -85,6 +86,7 @@ jobs:
-DLOCALECOMPARE=ON
-DMAD=ON
-DMEDIAFOUNDATION=ON
+ -DMODPLUG=ON
cc: cl
cxx: cl
cmake_generator: Ninja