File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -11,18 +11,14 @@ skip_commits:
11
11
# Add [av skip] to commit messages
12
12
message : /\[av skip\]/
13
13
14
- cache :
15
- - ' %APPVEYOR_BUILD_FOLDER%\build'
16
-
17
14
environment :
18
15
global :
19
- CONDA_INSTALL_LOCN : C:\\Miniconda36 -x64
16
+ CONDA_INSTALL_LOCN : C:\\Miniconda37 -x64
20
17
21
18
install :
22
19
- call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
23
- - conda config --set auto_update_conda false
24
- - conda config --add channels conda-forge --force
25
- - conda install --yes --quiet flang jom
20
+ # - conda config --set auto_update_conda false
21
+ - conda install -c conda-forge --yes --quiet flang jom
26
22
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
27
23
- set "LIB=%CONDA_INSTALL_LOCN%\Library\lib;%LIB%"
28
24
- set "CPATH=%CONDA_INSTALL_LOCN%\Library\include;%CPATH%"
You can’t perform that action at this time.
0 commit comments