One step forward.

This commit is contained in:
Ward Fisher 2018-04-25 13:31:46 -06:00
parent c8ad2bfdd5
commit ec0ff33988

View File

@ -5,6 +5,7 @@ environment:
- TARGET_ARCH: x64
CONDA_INSTALL_LOCN: C:\\Miniconda-x64
MINGW_INSTALL_LOCN: C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1
MINGW_BIN_LOCN: %MINGW_INSTALL_LOCN%\mingw64\usr\bin
CMAKE_GENERATOR: "Visual Studio 15 Win64"
@ -15,12 +16,13 @@ platform:
skip_branch_with_pr: true
install:
- cmd: set PATH=%PATH%:%MINGW_BIN_LOCN%
- cmd: call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
- cmd: conda config --set always_yes yes --set changeps1 no --set show_channel_urls true
- cmd: conda update conda
- cmd: conda install hdf5 curl hdf4
- cmd: dir C:\
- cmd: dir %MINGW_INSTALL_LOCN%
- cmd: dir %MINGW_BIN_LOCN%
- cmd: m4 --help
configuration: Release