rerun failed ctests with output enabled

This commit is contained in:
Martin Kroeker 2023-05-28 14:27:16 +02:00 committed by GitHub
parent 2dac6f1702
commit 2b053601a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ jobs:
cmake -G "Ninja" -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl -DCMAKE_Fortran_COMPILER=flang -DBUILD_TESTING=OFF -DCMAKE_MT=mt -DCMAKE_BUILD_TYPE=Release -DMSVC_STATIC_CRT=ON -DBUILD_SHARED_LIBS=ON -DDYNAMIC_ARCH=ON -DDYNAMIC_LIST='HASWELL;SKYLAKEX' ..
cmake --build . --config Release
ctest
ctest --rerun-failed --output-on-failure
- job: Windows_cl_flang
pool: