From adc9696fc7513b8bc1e47030fe4010322b45a0f6 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Thu, 7 Oct 2021 22:03:46 +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 26e031d98..43b58627f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -97,10 +97,11 @@ jobs: conda config --add channels conda-forge --force conda config --set auto_update_conda false conda install --yes ninja - + dir C:\Miniconda\Library\bin - script: | mkdir build cd build + set PATH=%PATH%;C:\Miniconda\Library\bin cmake -G Ninja -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl -DMSVC_STATIC_CRT=ON .. cmake --build .