From 5b28960fcee113ff2212ed68be33537f4507b65f Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Fri, 8 Oct 2021 08:28:13 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 354b9dbac..e50902b68 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -90,13 +90,13 @@ jobs: - powershell: | Write-Host "##vso[task.prependpath]$env:CONDA\Scripts" Write-Host "##vso[task.prependpath]$env:CONDA\Library\bin" - call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat" - powershell: | conda config --add channels conda-forge --force conda config --set auto_update_conda false conda install --yes ninja mkdir build cd build + C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat cmake -G "Ninja" -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl -DMSVC_STATIC_CRT=ON .. cmake --build . --config Release