diff --git a/appveyor.yml b/appveyor.yml index 3acb1a7b..b6b5432c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,7 +13,7 @@ environment: build_script: - 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: - if [%COMPILER%]==[MSVC19] cd msvc\vs19\mpir-tests diff --git a/msvc/vs19/msbuild.bat b/msvc/vs19/msbuild.bat index 20378c26..05af0c2e 100644 --- a/msvc/vs19/msbuild.bat +++ b/msvc/vs19/msbuild.bat @@ -25,8 +25,6 @@ if %vs_version% EQU "2017" ( ) set msb_dir=%msb_dir:"=% set msb_exe="%msb_dir%\MSBuild.exe" -echo %msb_exe% -echo "%msb_exe%" if not exist %msb_exe% ( echo "Visual Studio %vs_version% is not supported" & exit /b %errorlevel% )