mirror of https://github.com/Desuuuu/klipper.git
test: Minor update to travis-build.sh mcu_compile start notifier
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
ac5e207241
commit
c5ecb37b4e
|
@ -54,10 +54,10 @@ DICTDIR=${BUILD_DIR}/dict
|
||||||
mkdir -p ${DICTDIR}
|
mkdir -p ${DICTDIR}
|
||||||
|
|
||||||
for TARGET in test/configs/*.config ; do
|
for TARGET in test/configs/*.config ; do
|
||||||
|
start_test mcu_compile "$TARGET"
|
||||||
make clean
|
make clean
|
||||||
make distclean
|
make distclean
|
||||||
unset CC
|
unset CC
|
||||||
start_test mcu_compile "$TARGET"
|
|
||||||
cp ${TARGET} .config
|
cp ${TARGET} .config
|
||||||
make olddefconfig
|
make olddefconfig
|
||||||
make V=1
|
make V=1
|
||||||
|
|
Loading…
Reference in New Issue