Merge branch 'master' of github.com:BrianGladman/mpir
This commit is contained in:
commit
eaf8cb5920
@ -13,8 +13,8 @@ environment:
|
|||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- if [%COMPILER%]==[MSVC19] cd msvc\vs19
|
- if [%COMPILER%]==[MSVC19] cd msvc\vs19
|
||||||
- if [%COMPILER%]==[MSVC19] msbuild.bat gc lib x64 Release +tests
|
- if [%COMPILER%]==[MSVC19] "msbuild.bat gc lib x64 Release +tests"
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- if [%COMPILER%]==[MSVC19] cd msvc\vs19\mpir-tests
|
- if [%COMPILER%]==[MSVC19] cd msvc\vs19\mpir-tests
|
||||||
- if [%COMPILER%]==[MSVC19] python %cd%\run-tests.py 0
|
- if [%COMPILER%]==[MSVC19] "python %cd%\run-tests.py 0"
|
||||||
|
@ -25,8 +25,6 @@ if %vs_version% EQU "2017" (
|
|||||||
)
|
)
|
||||||
set msb_dir=%msb_dir:"=%
|
set msb_dir=%msb_dir:"=%
|
||||||
set msb_exe="%msb_dir%\MSBuild.exe"
|
set msb_exe="%msb_dir%\MSBuild.exe"
|
||||||
echo %msb_exe%
|
|
||||||
echo "%msb_exe%"
|
|
||||||
if not exist %msb_exe% (
|
if not exist %msb_exe% (
|
||||||
echo "Visual Studio %vs_version% is not supported" & exit /b %errorlevel%
|
echo "Visual Studio %vs_version% is not supported" & exit /b %errorlevel%
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user