summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2021-01-24 16:03:20 +0100
committerDaniel Schürmann <daschuer@mixxx.org>2021-01-24 16:03:20 +0100
commita630f6092c694e7325d418d69321c8b8699292b1 (patch)
tree7cc289d10835362b1d66d29bc54d04217ebdbebe /.github/workflows
parent7819758e6ac47fcc09f327d39bab4689dea2f7c8 (diff)
disable verbose builds
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b38b8159c7..5bfc392132 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -211,7 +211,7 @@ jobs:
-DOPUS=ON
-DQTKEYCHAIN=ON
-DVINYLCONTROL=ON
- -DCMAKE_VERBOSE_MAKEFILE=ON
+ -DCMAKE_VERBOSE_MAKEFILE=OFF
..
working-directory: build
env:
@@ -252,7 +252,7 @@ jobs:
CTEST_OUTPUT_ON_FAILURE: 1
- name: Benchmark
- run: cmake --build . --target mixxx-benchmark --config RelWithDebInfo
+ run: cmake --build . --target mixxx-benchmark --config ${{ matrix.cmake_build_type }}
working-directory: build
env:
# Render analyzer waveform tests to an offscreen buffer