summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2021-06-11 17:06:00 +0200
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2021-06-12 00:18:26 +0200
commita18f7b00320aaed3f54bd3a0b999eec7eb90b83e (patch)
tree6a603af5d8f306ef37e9c7b573c91b0681877b9c /.github/workflows/build.yml
parent684ecc569f955dbec3a6a3d433061437ebb8262a (diff)
CI: Remove generator from CMake command line
This is not necessary anymore. If it fails, our buildenv scripts are insufficient, so this also helps testing these scripts.
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 48835fa323..eabe70768e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -22,7 +22,6 @@ jobs:
-DMODPLUG=ON
-DWAVPACK=ON
-DINSTALL_USER_UDEV_RULES=OFF
- cmake_generator: Unix Makefiles
ctest_args:
compiler_cache: ccache
compiler_cache_path: ~/.ccache
@@ -44,7 +43,6 @@ jobs:
-DMODPLUG=ON
-DWAVPACK=ON
-DINSTALL_USER_UDEV_RULES=OFF
- cmake_generator: Unix Makefiles
ctest_args:
compiler_cache: ccache
compiler_cache_path: ~/.ccache
@@ -64,7 +62,6 @@ jobs:
-DMACOS_BUNDLE=ON
-DMODPLUG=OFF
-DWAVPACK=OFF
- cmake_generator: Unix Makefiles
# TODO: Fix this broken test on macOS
ctest_args: --exclude-regex DirectoryDAOTest.relocateDirectory
cpack_generator: DragNDrop
@@ -93,7 +90,6 @@ jobs:
-DWAVPACK=ON
cc: cl
cxx: cl
- cmake_generator: Ninja
# TODO: Fix these broken tests on Windows
ctest_args: --exclude-regex '^AutoDJProcessorTest.*$'
cpack_generator: WIX
@@ -265,7 +261,6 @@ jobs:
- name: "Configure"
run: >-
cmake
- -G "${{ matrix.cmake_generator }}"
-DCMAKE_BUILD_TYPE=RelWithDebInfo
-DCMAKE_PREFIX_PATH="${{ env.CMAKE_PREFIX_PATH }}"
-DDEBUG_ASSERTIONS_FATAL=OFF