summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2021-01-22 00:14:08 +0100
committerDaniel Schürmann <daschuer@mixxx.org>2021-01-22 00:36:56 +0100
commit7819758e6ac47fcc09f327d39bab4689dea2f7c8 (patch)
tree21e979db76cc69f52132521e33ff45105bc5618d /.github/workflows
parentb61135d2b29759ac8155961b25d46f165c721ae6 (diff)
parentc0e03f3bb085115ee9733381522c6d929c9dc644 (diff)
Merge remote-tracking branch 'upstream/2.3' into github_config
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e1f09bfcf2..b38b8159c7 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
-DMODPLUG=ON
-DWAVPACK=ON
cmake_generator: Unix Makefiles
- cmake_build_type: Release
+ cmake_build_type: RelWithDebInfo
ctest_args:
compiler_cache: ccache
compiler_cache_path: ~/.ccache
@@ -39,7 +39,7 @@ jobs:
-DMODPLUG=ON
-DWAVPACK=ON
cmake_generator: Unix Makefiles
- cmake_build_type: Release
+ cmake_build_type: RelWithDebInfo
ctest_args:
compiler_cache: ccache
compiler_cache_path: ~/.ccache
@@ -56,7 +56,7 @@ jobs:
-DHSS1394=ON
-DMACOS_BUNDLE=ON
cmake_generator: Unix Makefiles
- cmake_build_type: Release
+ cmake_build_type: RelWithDebInfo
# TODO: Fix this broken test on macOS
ctest_args: --exclude-regex DirectoryDAOTest.relocateDirectory
cpack_generator: DragNDrop
@@ -79,7 +79,7 @@ jobs:
cc: cl
cxx: cl
cmake_generator: Ninja
- cmake_build_type: Release
+ cmake_build_type: RelWithDebInfo
# TODO: Fix these broken tests on Windows
ctest_args: --exclude-regex '^AutoDJProcessorTest.*$'
cpack_generator: WIX
@@ -211,7 +211,7 @@ jobs:
-DOPUS=ON
-DQTKEYCHAIN=ON
-DVINYLCONTROL=ON
- -DCMAKE_VERBOSE_MAKEFILE=OFF
+ -DCMAKE_VERBOSE_MAKEFILE=ON
..
working-directory: build
env:
@@ -252,7 +252,7 @@ jobs:
CTEST_OUTPUT_ON_FAILURE: 1
- name: Benchmark
- run: cmake --build . --target mixxx-benchmark --config Release
+ run: cmake --build . --target mixxx-benchmark --config RelWithDebInfo
working-directory: build
env:
# Render analyzer waveform tests to an offscreen buffer