improving continues integration scripts
This commit is contained in:
parent
30d7130803
commit
3994fa77a0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue