From bf1eef2e26e8e00f6cf5d311c89a37a8fe7569f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sch=C3=BCrmann?= Date: Fri, 17 Dec 2021 13:23:36 +0100 Subject: [PATCH] Disable Test and Benchmaks because they do not work when crosscompiling --- .github/workflows/build.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 84a962c3305..17ef59824ea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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