Browse Source

Update azure-pipelines.yml

pull/3357/head
Martin Kroeker GitHub 4 years ago
parent
commit
2878f6f42e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      azure-pipelines.yml

+ 3
- 3
azure-pipelines.yml View File

@@ -91,9 +91,9 @@ jobs:
displayName: Add conda to PATH
- script: |
conda config --add-channels conda-forge --force
conda config --add channels conda-forge --force
conda config --set auto_update_conda false
conda install --yes --quiet ninja
conda install --yes ninja
mkdir build
cd build
cmake -G "Ninja" -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl -DMSVC_STATIC_CRT=ON ..
@@ -107,7 +107,7 @@ jobs:
displayName: Add conda to PATH

- script: |
conda config --add-channels conda-forge --force
conda config --add channels conda-forge --force
conda config --set auto_update_conda false
conda install --yes --quiet ninja flang
mkdir build


Loading…
Cancel
Save