From 459bbf044ae3a59d3261b14868dfdf6b02cd6900 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Thu, 7 Oct 2021 16:57:17 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 91c75bbe0..bd2e6ff17 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -65,7 +65,8 @@ jobs: - task: CMake@1 inputs: workingDirectory: 'build' # Optional - cmakeArgs: '-G "Visual Studio 16 2019" ..' + cmakeArgs: '-G "Ninja" -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl -DMSVC_STATIC_CRT=ON ..' +# cmakeArgs: '-G "Visual Studio 16 2019" ..' - task: CMake@1 inputs: cmakeArgs: '--build . --config Release'