update appveyor.yml for the new Windows build
This commit is contained in:
parent
c2aacbda83
commit
b80c194908
@ -32,7 +32,7 @@ environment:
|
||||
build_script:
|
||||
- if [%COMPILER%]==[MinGW-w64] mkdir bin && cd bin\ && appveyor DownloadFile http://www.tortall.net/projects/yasm/releases/yasm-1.3.0-win64.exe -fileName yasm.exe
|
||||
- if [%COMPILER%]==[MinGW-w64] C:\msys64\usr\bin\sh.exe --login /c/projects/mpir/.appveyor_msys_build.sh
|
||||
- if [%COMPILER%]==[MSVC15] cd build.vc14
|
||||
- if [%COMPILER%]==[MSVC15] cd msvc\vs17
|
||||
- if [%COMPILER%]==[MSVC15] msbuild.bat gc lib %PLATFORM% %BUILD_TYPE% +tests
|
||||
|
||||
test_script:
|
||||
|
Loading…
Reference in New Issue
Block a user