more info into jenkins output

This commit is contained in:
rusefi 2019-07-14 15:00:56 -04:00
parent 3256af5510
commit c23e99e870
3 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,7 @@
echo Compiler gcc version
arm-none-eabi-gcc -v
rd /s /q deliver
mkdir deliver

View File

@ -17,7 +17,7 @@ rem cd ../firmware
echo Looking at size
arm-none-eabi-size --format=berkeley "build\rusefi.elf"
echo Compiler version
echo Compiler gcc version
arm-none-eabi-gcc -v
echo Have the file, let's program the board right away

View File

@ -1,3 +1,4 @@
echo java version
java -version
echo Building java console