Enable verbose test output

This commit is contained in:
2021-11-03 21:44:00 +01:00
parent 67e2386da6
commit ad2480f32c

View File

@@ -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