From 2b053601a3f9640a052277937746985fd912a4f5 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sun, 28 May 2023 14:27:16 +0200 Subject: [PATCH] rerun failed ctests with output enabled --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 26231dd16..7c91ec5ed 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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: