Browse Source

Update appveyor.yml

pull/3285/head
Martin Kroeker GitHub 5 years ago
parent
commit
02c7e16110
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      appveyor.yml

+ 1
- 3
appveyor.yml View File

@@ -48,9 +48,7 @@ install:
- if [%COMPILER%]==[clang-cl] call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
- if [%COMPILER%]==[clang-cl] conda config --add channels conda-forge --force
- if [%COMPILER%]==[clang-cl] conda list conda
- if [%COMPILER%]==[clang-cl] conda install tqdm=4.19 --yes
- if [%COMPILER%]==[clang-cl] conda update --force conda-env --yes
- if [%COMPILER%]==[clang-cl] conda update --force conda --yes
- if [%COMPILER%]==[clang-cl] conda config --set auto_update_conda false
- if [%COMPILER%]==[clang-cl] conda install --yes --quiet clangdev cmake ninja flang=11.0.1
- if [%COMPILER%]==[clang-cl] call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x64
- if [%COMPILER%]==[clang-cl] set "LIB=%CONDA_INSTALL_LOCN%\Library\lib;%LIB%"


Loading…
Cancel
Save