Merge branch 'master' into gitversion
This commit is contained in:
commit
ae7ab31a74
|
@ -19,7 +19,9 @@ echo "Entering $SCRIPT_NAME with folder $BOARD_DIR and bundle name $BUNDLE_NAME"
|
|||
COMPILE_SCRIPT="compile_$BUNDLE_NAME.sh"
|
||||
|
||||
cd firmware
|
||||
bash clean.sh
|
||||
rm -rf .dep
|
||||
rm -rf build
|
||||
rm -rf pch/pch.h.gch.sh
|
||||
cd ..
|
||||
|
||||
root_dir=$(pwd)
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
@echo off
|
||||
sh.exe compile.sh
|
|
@ -1,3 +0,0 @@
|
|||
echo "Entering simulator/clean.sh"
|
||||
rm -rf .dep
|
||||
rm -rf build
|
|
@ -1,2 +0,0 @@
|
|||
@echo off
|
||||
sh.exe compile.sh
|
|
@ -1,9 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
rm -f build/rusefi_simulator.exe
|
||||
make -j$(nproc) -r $@
|
||||
[ $? -eq 0 ] || { echo "Simulator compilation failed"; exit 1; }
|
||||
file build/rusefi_simulator
|
||||
echo "TIMESTAMP $(date "+%D %T.%2N") just compiled rusEFI simulator"
|
Loading…
Reference in New Issue