Browse Source

[appveyor] activate conda

pull/1345/head
xoviat GitHub 8 years ago
parent
commit
29ea2568cf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      appveyor.yml

+ 1
- 0
appveyor.yml View File

@@ -37,6 +37,7 @@ install:
- if [%COMPILER%]==[clang-cl] conda install --yes clangdev ninja cmake
- if [%COMPILER%]==[clang-cl] call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
- if [%COMPILER%]==[flang] call C:\Miniconda36-x64\Scripts\activate.bat
- if [%COMPILER%]==[flang] conda config --add channels conda-forge isuruf/label/flang --force
- if [%COMPILER%]==[flang] conda install --yes clangdev flangdev cmake
- if [%COMPILER%]==[flang] call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64


Loading…
Cancel
Save