Figuring out path and package manager, logic error, using msys2 instead of mingw.

This commit is contained in:
Ward Fisher 2018-04-25 13:49:32 -06:00
parent 167a1772f9
commit 12fd293a5f

View File

@ -4,8 +4,8 @@ environment:
matrix:
- 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: C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin
MINGW_INSTALL_LOCN: C:\msys64
MINGW_BIN_LOCN: C:\msys64\usr\bin
CMAKE_GENERATOR: "Visual Studio 15 Win64"