commit | 22096886a60654086fe38dbb8a20b3f744762651 | [log] [tgz] |
---|---|---|
author | Szymon Janc <szymon.janc@codecoup.pl> | Fri Mar 17 11:23:54 2023 +0100 |
committer | Fabio Utzig <utzig@utzig.org> | Fri Mar 17 11:14:24 2023 -0300 |
tree | bb889e04feca0374d0f47511e109c5bc1aacbfbc | |
parent | 874a0ab4d52eb19ba230b1173ff68deeb88a5af6 [diff] [blame] |
ci: mynewt: Enable Mynewt specific tests This allows to run Mynewt bootserial tests in CI. Signed-off-by: Szymon Janc <szymon.janc@codecoup.pl>
diff --git a/ci/mynewt_run.sh b/ci/mynewt_run.sh index c84dccf..6639662 100755 --- a/ci/mynewt_run.sh +++ b/ci/mynewt_run.sh
@@ -25,4 +25,9 @@ [[ $? -ne 0 ]] && exit 1 done +mkdir targets +cp -r repos/apache-mynewt-core/targets/unittest targets +newt test boot/boot_serial +[[ $? -ne 0 ]] && exit 1 + exit 0