Update azure-pipelines.yml

This commit is contained in:
Martin Kroeker 2021-10-07 22:03:46 +02:00 committed by GitHub
parent 496a05ed3a
commit adc9696fc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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 .