summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2021-05-11 21:39:20 +0200
committerGitHub <noreply@github.com>2021-05-11 21:39:20 +0200
commita3522df246b40177a0bd6e0503ca5712b5bf6e67 (patch)
tree3cb14c1ece275f44bb0f5e27e173e5267b3a2ca2 /.github/workflows/build.yml
parent6bdfb6b730470007896ed0efe76fd7363f379afe (diff)
parent1fe48506824299296b0b91a77f3761817c0243b4 (diff)
Merge pull request #3780 from Holzhaus/ci-improvements
CI: Disable fatal debug assertions for 2.3 beta
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml12
1 files changed, 4 insertions, 8 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 16321806f7..48835fa323 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -23,7 +23,6 @@ jobs:
-DWAVPACK=ON
-DINSTALL_USER_UDEV_RULES=OFF
cmake_generator: Unix Makefiles
- cmake_build_type: RelWithDebInfo
ctest_args:
compiler_cache: ccache
compiler_cache_path: ~/.ccache
@@ -46,7 +45,6 @@ jobs:
-DWAVPACK=ON
-DINSTALL_USER_UDEV_RULES=OFF
cmake_generator: Unix Makefiles
- cmake_build_type: RelWithDebInfo
ctest_args:
compiler_cache: ccache
compiler_cache_path: ~/.ccache
@@ -67,7 +65,6 @@ jobs:
-DMODPLUG=OFF
-DWAVPACK=OFF
cmake_generator: Unix Makefiles
- cmake_build_type: RelWithDebInfo
# TODO: Fix this broken test on macOS
ctest_args: --exclude-regex DirectoryDAOTest.relocateDirectory
cpack_generator: DragNDrop
@@ -97,7 +94,6 @@ jobs:
cc: cl
cxx: cl
cmake_generator: Ninja
- cmake_build_type: RelWithDebInfo
# TODO: Fix these broken tests on Windows
ctest_args: --exclude-regex '^AutoDJProcessorTest.*$'
cpack_generator: WIX
@@ -270,9 +266,9 @@ jobs:
run: >-
cmake
-G "${{ matrix.cmake_generator }}"
- -DCMAKE_BUILD_TYPE=${{ matrix.cmake_build_type }}
+ -DCMAKE_BUILD_TYPE=RelWithDebInfo
-DCMAKE_PREFIX_PATH="${{ env.CMAKE_PREFIX_PATH }}"
- -DDEBUG_ASSERTIONS_FATAL=ON
+ -DDEBUG_ASSERTIONS_FATAL=OFF
-DQt5_DIR=${{ env.QT_PATH }} ${{ matrix.cmake_args }} ${{ env.CMAKE_ARGS_EXTRA }}
-DBATTERY=ON
-DBROADCAST=ON
@@ -300,7 +296,7 @@ jobs:
uses: ammaraskar/msvc-problem-matcher@master
- name: "Build"
- run: cmake --build . --config ${{ matrix.cmake_build_type }}
+ run: cmake --build . --config RelWithDebInfo
working-directory: build
env:
CC: ${{ matrix.cc }}
@@ -325,7 +321,7 @@ jobs:
CTEST_OUTPUT_ON_FAILURE: 1
- name: Benchmark
- run: cmake --build . --target mixxx-benchmark --config ${{ matrix.cmake_build_type }}
+ run: cmake --build . --target mixxx-benchmark --config RelWithDebInfo
working-directory: build
env:
# Render analyzer waveform tests to an offscreen buffer