summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a976ab0d7a..3def0953bf 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -176,17 +176,18 @@ jobs:
run: >-
cmake
-G "${{ matrix.cmake_generator }}"
- -DBATTERY=ON -DBROADCAST=ON
- -DBULK=ON
-DCMAKE_BUILD_TYPE=Release
"-DCMAKE_PREFIX_PATH=${{ env.CMAKE_PREFIX_PATH }}"
-DDEBUG_ASSERTIONS_FATAL=ON
+ -DQt5_DIR=${{ env.QT_PATH }} ${{ matrix.cmake_args }} ${{ steps.apple_codesign.outputs.cmake_args }}
+ -DBATTERY=ON
+ -DBROADCAST=ON
+ -DBULK=ON
-DHID=ON
-DLILV=ON
-DOPUS=ON
-DQTKEYCHAIN=ON
-DVINYLCONTROL=ON
- -DQt5_DIR=${{ env.QT_PATH }} ${{ matrix.cmake_args }} ${{ steps.apple_codesign.outputs.cmake_args }}
..
working-directory: cmake_build
env: