From 664183740846c6d739cb98685e40b2d81014a0b7 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Wed, 6 Oct 2021 21:46:37 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8f40fc981..0479b8950 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -92,8 +92,10 @@ jobs: - script: | conda config --add channels conda-forge --force + conda create -yyes --quiet --name buildenv + call activate buildenv conda config --set auto_update_conda false - conda install --yes ninja + conda install --yes --name buildenv ninja mkdir build cd build cmake -G "Ninja" -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl -DMSVC_STATIC_CRT=ON ..