mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
Dont test as much - they are probably not necessary
This commit is contained in:
parent
14c2319dcc
commit
ecc8059a9e
@ -22,31 +22,11 @@ echo build vc.msvc using vc
|
||||
vc.exe -os msvc -o v.msvc.exe compiler
|
||||
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
|
||||
echo testing v
|
||||
v test v
|
||||
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
|
||||
v.msvc.exe -os msvc test v
|
||||
if %ERRORLEVEL% NEQ 0 goto :fail
|
||||
|
Loading…
Reference in New Issue
Block a user