Files
i399tester/checkout.bat
Märt Kalmo 907d3f1517 1st
2017-03-09 11:45:33 +02:00

13 lines
154 B
Batchfile

git clone https://bitbucket.org/%1/i399 .\.tmp
cd .\.tmp
git checkout %2
if %errorlevel% neq 0 exit /b %errorlevel%
call npm install
call npm start