Update appveyor.yml
This commit is contained in:
parent
d4ff5eafb3
commit
32dab3e0b4
|
@ -46,7 +46,7 @@ environment:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- if [%COMPILER%]==[clang-cl] call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
|
- if [%COMPILER%]==[clang-cl] call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
|
||||||
- if [%COMPILER%]==[clang-cl] conda update -n base conda
|
- if [%COMPILER%]==[clang-cl] conda update --yes -n base conda
|
||||||
- if [%COMPILER%]==[clang-cl] conda config --add channels conda-forge --force
|
- if [%COMPILER%]==[clang-cl] conda config --add channels conda-forge --force
|
||||||
- if [%COMPILER%]==[clang-cl] conda config --set auto_update_conda false
|
- 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] conda install --yes --quiet clangdev cmake ninja flang=11.0.1
|
||||||
|
|
Loading…
Reference in New Issue