summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2021-03-30 00:27:13 +0200
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2021-03-30 00:27:45 +0200
commit16cb4d4afa4ad92a6cbd1da3c2ee1d65d2256504 (patch)
tree85d4d57ee2c5103bdbf906924baf0fac175315dc
parenta892269418059fdfa5e701baa5fdd794dd704808 (diff)
CI: Enable WavPack on Windows
On macOS, WavPack 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 ee5c73c6f5..c19c5d60c7 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -63,6 +63,7 @@ jobs:
-DHSS1394=ON
-DMACOS_BUNDLE=ON
-DMODPLUG=OFF
+ -DWAVPACK=OFF
cmake_generator: Unix Makefiles
cmake_build_type: RelWithDebInfo
# TODO: Fix this broken test on macOS
@@ -87,6 +88,7 @@ jobs:
-DMAD=ON
-DMEDIAFOUNDATION=ON
-DMODPLUG=ON
+ -DWAVPACK=ON
cc: cl
cxx: cl
cmake_generator: Ninja