File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -11,22 +11,13 @@ 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
16
CONDA_INSTALL_LOCN : C:\\Miniconda37-x64
20
17
21
18
install :
22
- # - call %CONDA_INSTALL_LOCN%\Scripts\conda update --yes conda
23
19
- call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
24
20
# - conda config --set auto_update_conda false
25
- # - conda install --yes conda=4.3.8 --force
26
- # - conda install --yes -c conda-forge charset-normalizer=2.0.5 --force
27
- # - conda update --yes -n base conda
28
- # - conda config --add channels conda-forge --force
29
- # - conda clean --all --yes
30
21
- conda install -c conda-forge --yes --quiet flang jom
31
22
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
32
23
- set "LIB=%CONDA_INSTALL_LOCN%\Library\lib;%LIB%"
You can’t perform that action at this time.
0 commit comments