diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-08-01 14:05:31 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-08-01 14:05:31 -0400 |
commit | c5ecb37b4e71d1d5bbf6e30c84207de4c43a81e1 (patch) | |
tree | c9097edbc66ff7eb4f791ea57e9cf642aef4974d | |
parent | ac5e207241f06156e6926c571558c4eff701cb18 (diff) | |
download | kutter-c5ecb37b4e71d1d5bbf6e30c84207de4c43a81e1.tar.gz kutter-c5ecb37b4e71d1d5bbf6e30c84207de4c43a81e1.tar.xz kutter-c5ecb37b4e71d1d5bbf6e30c84207de4c43a81e1.zip |
test: Minor update to travis-build.sh mcu_compile start notifier
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rwxr-xr-x | scripts/travis-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis-build.sh b/scripts/travis-build.sh index aa0d508e..1f82b3f2 100755 --- a/scripts/travis-build.sh +++ b/scripts/travis-build.sh @@ -54,10 +54,10 @@ DICTDIR=${BUILD_DIR}/dict mkdir -p ${DICTDIR} for TARGET in test/configs/*.config ; do + start_test mcu_compile "$TARGET" make clean make distclean unset CC - start_test mcu_compile "$TARGET" cp ${TARGET} .config make olddefconfig make V=1 |