Skip to content

Commit

Permalink
Disable Test and Benchmaks because they do not work when crosscompiling
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer authored Dec 17, 2021
1 parent 40e2180 commit bf1eef2
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,24 +225,6 @@ jobs:
- name: "Print compiler cache stats"
run: ${{ matrix.compiler_cache }} -s

- name: "Test"
run: ctest --timeout 45 ${{ matrix.ctest_args }}
working-directory: build
env:
# Render analyzer waveform tests to an offscreen buffer
QT_QPA_PLATFORM: ${{ matrix.qt_qpa_platform }}
GTEST_COLOR: 1
# Windows tests fail randomly if run in parallel
CTEST_PARALLEL_LEVEL: 1
CTEST_OUTPUT_ON_FAILURE: 1

- name: Benchmark
run: cmake --build . --target mixxx-benchmark --config RelWithDebInfo
working-directory: build
env:
# Render analyzer waveform tests to an offscreen buffer
QT_QPA_PLATFORM: ${{ matrix.qt_qpa_platform }}

- name: "Package"
run: cpack -G ${{ matrix.cpack_generator }} -V
working-directory: build
Expand Down

0 comments on commit bf1eef2

Please sign in to comment.