Dont test as much - they are probably not necessary
parent
14c2319dcc
commit
ecc8059a9e
|
@ -22,31 +22,11 @@ echo build vc.msvc using vc
|
||||||
vc.exe -os msvc -o v.msvc.exe compiler
|
vc.exe -os msvc -o v.msvc.exe compiler
|
||||||
if %ERRORLEVEL% NEQ 0 goto :fail
|
if %ERRORLEVEL% NEQ 0 goto :fail
|
||||||
|
|
||||||
echo build v.msvc.3 using v
|
|
||||||
v.exe -os msvc -o v.msvc.2.exe compiler
|
|
||||||
if %ERRORLEVEL% NEQ 0 goto :fail
|
|
||||||
|
|
||||||
echo build v.msvc.3 using v.msvc
|
|
||||||
v.msvc.exe -os msvc -o v.msvc.3.exe compiler
|
|
||||||
if %ERRORLEVEL% NEQ 0 goto :fail
|
|
||||||
|
|
||||||
echo build v.gcc using v.msvc
|
|
||||||
v.msvc.exe -o v.gcc.exe compiler
|
|
||||||
if %ERRORLEVEL% NEQ 0 goto :fail
|
|
||||||
|
|
||||||
setlocal EnableDelayedExpansion
|
setlocal EnableDelayedExpansion
|
||||||
echo testing v
|
echo testing v
|
||||||
v test v
|
v test v
|
||||||
if %ERRORLEVEL% NEQ 0 goto :fail
|
if %ERRORLEVEL% NEQ 0 goto :fail
|
||||||
|
|
||||||
echo testing v.msvc
|
|
||||||
v.msvc.exe test v
|
|
||||||
if %ERRORLEVEL% NEQ 0 goto :fail
|
|
||||||
|
|
||||||
echo testing v -os msvc
|
|
||||||
v -os msvc test v
|
|
||||||
if %ERRORLEVEL% NEQ 0 goto :fail
|
|
||||||
|
|
||||||
echo testing v.msvc -os msvc
|
echo testing v.msvc -os msvc
|
||||||
v.msvc.exe -os msvc test v
|
v.msvc.exe -os msvc test v
|
||||||
if %ERRORLEVEL% NEQ 0 goto :fail
|
if %ERRORLEVEL% NEQ 0 goto :fail
|
||||||
|
|
Loading…
Reference in New Issue