From 8c1e8b3c95ae43f4a350886af1e89cc57541d824 Mon Sep 17 00:00:00 2001 From: Jan Holthuis Date: Tue, 30 Mar 2021 00:19:19 +0200 Subject: CI: Fix typo in build flags --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c758f44ba8..03f0022b82 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: -DMAD=ON -DMODPLUG=ON -DWAVPACK=ON - -INSTALL_USER_UDEV_RULES=OFF + -DINSTALL_USER_UDEV_RULES=OFF cmake_generator: Unix Makefiles cmake_build_type: RelWithDebInfo ctest_args: @@ -44,7 +44,7 @@ jobs: -DMAD=ON -DMODPLUG=ON -DWAVPACK=ON - -INSTALL_USER_UDEV_RULES=OFF + -DINSTALL_USER_UDEV_RULES=OFF cmake_generator: Unix Makefiles cmake_build_type: RelWithDebInfo ctest_args: -- cgit v1.2.3 From 6342b9128ecb8c5f37a974d20f32c3b3dea84373 Mon Sep 17 00:00:00 2001 From: Jan Holthuis Date: Tue, 30 Mar 2021 00:19:41 +0200 Subject: CI: Enable Keyfinder on all platforms --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 03f0022b82..5e489bdb10 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,6 @@ jobs: -DWARNINGS_FATAL=ON -DBULK=ON -DFFMPEG=ON - -DKEYFINDER=ON -DLOCALECOMPARE=ON -DMAD=ON -DMODPLUG=ON @@ -83,7 +82,6 @@ jobs: -DBULK=OFF -DFFMPEG=OFF -DHSS1394=ON - -DKEYFINDER=OFF -DLOCALECOMPARE=ON -DMAD=ON -DMEDIAFOUNDATION=ON @@ -234,6 +232,7 @@ jobs: -DBATTERY=ON -DBROADCAST=ON -DHID=ON + -DKEYFINDER=ON -DLILV=ON -DOPUS=ON -DQTKEYCHAIN=ON -- cgit v1.2.3 From a892269418059fdfa5e701baa5fdd794dd704808 Mon Sep 17 00:00:00 2001 From: Jan Holthuis Date: Tue, 30 Mar 2021 00:25:58 +0200 Subject: CI: Enable ModPlug on Windows On macOS, ModPlug is not available because it's missing from our buildenv. --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3 From 16cb4d4afa4ad92a6cbd1da3c2ee1d65d2256504 Mon Sep 17 00:00:00 2001 From: Jan Holthuis Date: Tue, 30 Mar 2021 00:27:13 +0200 Subject: CI: Enable WavPack on Windows On macOS, WavPack is not available because it's missing from our buildenv. --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3