From 4f7f3089f8ccf5597eb7e653cf38e23d88dad2de Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Mon, 7 Mar 2022 17:40:26 +0100 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 538dab42d..1dff057fb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -118,9 +118,10 @@ jobs: cmake -G "Ninja" -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl -DCMAKE_Fortran_COMPILER=flang -DCMAKE_MT=mt -DCMAKE_BUILD_TYPE=Release -DMSVC_STATIC_CRT=ON .. cmake --build . --config Release ctest --verbose - cd test - dblat2 <..\..\test\dblat2.dat - cat DBLAT2.SUMM + ctest --rerun-failed --output-on-failure +# cd test +# dblat2 <..\..\test\dblat2.dat +# cat DBLAT2.SUMM - job: OSX_OpenMP pool: