Browse Source

[appveyor] fix conda

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

+ 2
- 1
appveyor.yml 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



Loading…
Cancel
Save