From ad2480f32cacb3aaeacf0c060738b8e96a562e56 Mon Sep 17 00:00:00 2001 From: lazymio Date: Wed, 3 Nov 2021 21:44:00 +0100 Subject: [PATCH] Enable verbose test output --- .github/workflows/build-uc2.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-uc2.yml b/.github/workflows/build-uc2.yml index 61b45053..29ea8782 100644 --- a/.github/workflows/build-uc2.yml +++ b/.github/workflows/build-uc2.yml @@ -113,7 +113,7 @@ jobs: -DCMAKE_INSTALL_PREFIX:PATH=instdir cmake --build . --config ${{ matrix.config.build_type }} cmake --install . --strip --config ${{ matrix.config.build_type }} - ctest -C ${{ matrix.config.build_type }} + ctest -VV -C ${{ matrix.config.build_type }} mv Debug instdir - name: '🛠️ Win MSVC 32 setup' @@ -139,7 +139,7 @@ jobs: -DCMAKE_INSTALL_PREFIX:PATH=instdir cmake --build . --config ${{ matrix.config.build_type }} cmake --install . --strip --config ${{ matrix.config.build_type }} - ctest -C ${{ matrix.config.build_type }} + ctest -VV -C ${{ matrix.config.build_type }} mv Debug instdir - name: '🚧 Win MINGW build' @@ -166,7 +166,7 @@ jobs: -DCMAKE_INSTALL_PREFIX:PATH=instdir cmake --build . --config ${{ matrix.config.build_type }} cmake --install . --strip - ctest -C ${{ matrix.config.build_type }} + ctest -VV -C ${{ matrix.config.build_type }} - name: '📦 Pack artifact' shell: bash @@ -236,7 +236,7 @@ jobs: -DCMAKE_INSTALL_PREFIX:PATH=instdir cmake --build . --config ${{ matrix.config.build_type }} cmake --install . --strip - ctest -C ${{ matrix.config.build_type }} + ctest -VV -C ${{ matrix.config.build_type }} - name: '🚧 Android x86_64 build' if: contains(matrix.config.name, 'android') @@ -392,7 +392,7 @@ jobs: -DCMAKE_INSTALL_PREFIX:PATH=instdir cmake --build . --config ${{ matrix.config.build_type }} cmake --install . --strip - ctest -C ${{ matrix.config.build_type }} + ctest -VV -C ${{ matrix.config.build_type }} - name: '🚧 Linux ppc64le/aarch64 build' if: contains(matrix.config.arch, 'ppc64le') || contains(matrix.config.arch, 'aarch64') @@ -418,7 +418,7 @@ jobs: -DCMAKE_INSTALL_PREFIX:PATH=/instdir cmake --build . --config ${{ matrix.config.build_type }} cmake --install . --strip - ctest -C ${{ matrix.config.build_type }} + ctest -VV -C ${{ matrix.config.build_type }} - name: '📦 Pack artifact' shell: bash