From 75720c36ab85d3d01dd7dc14ba1110ba70b73294 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Mon, 29 May 2023 20:03:20 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3fd637a64..a29058bce 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -118,6 +118,8 @@ jobs: call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat" 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 + ls + cp lib/*.dll ctest ctest ctest --rerun-failed --output-on-failure