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:
1111# Add [av skip] to commit messages
1212 message : /\[av skip\]/
1313
14- # cache:
15- # - '%APPVEYOR_BUILD_FOLDER%\build'
16-
1714environment :
1815 global :
1916 CONDA_INSTALL_LOCN : C:\\Miniconda37-x64
2017
2118install :
22- # - call %CONDA_INSTALL_LOCN%\Scripts\conda update --yes conda
2319 - call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
2420# - 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
3021 - conda install -c conda-forge --yes --quiet flang jom
3122 - call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
3223 - set "LIB=%CONDA_INSTALL_LOCN%\Library\lib;%LIB%"
You can’t perform that action at this time.
0 commit comments