CI first step

This commit is contained in:
rusEfi 2017-03-01 20:38:02 -05:00
parent 22984c31eb
commit c0bdd4c55d
1 changed files with 16 additions and 0 deletions

16
ci.bat Normal file
View File

@ -0,0 +1,16 @@
pwd
echo opensr5 start
ant clean
IF NOT ERRORLEVEL 0 echo ant clean error DETECTED
IF NOT ERRORLEVEL 0 EXIT /B 1
ant
IF NOT ERRORLEVEL 0 echo ant error DETECTED
IF NOT ERRORLEVEL 0 EXIT /B 1
pwd
echo opensr5 finish