improving continues integration scripts

This commit is contained in:
rusefi 2017-04-05 19:48:22 -04:00
parent 30d7130803
commit 3994fa77a0
1 changed files with 6 additions and 1 deletions

View File

@ -19,7 +19,12 @@ cd ..
cd firmware
echo %date% %time%
echo "CD to ${PWD}"
echo Erasing chip
call flash_erase
echo Building firmware
rm -fR .dep
rm -fR build