[appveyor] fix conda

This commit is contained in:
xoviat 2017-11-02 12:58:22 -05:00 committed by GitHub
parent 29ea2568cf
commit b498dada26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,8 @@ install:
- 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 config --add channels conda-forge --force
- if [%COMPILER%]==[flang] conda config --add channels isuruf/label/flang
- 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