mirror of
https://github.com/espressif/openthread.git
synced 2026-08-04 01:47:47 +00:00
[travis] add build checks for cmake with toranj configs (for simul/posix platforms) (#4712)
This commit is contained in:
committed by
Jonathan Hui
parent
61b4c5a2af
commit
91b654ba6e
@@ -449,6 +449,14 @@ build_samr21() {
|
||||
ninja || die
|
||||
cd .. || die
|
||||
|
||||
git checkout -- . || die
|
||||
git clean -xfd || die
|
||||
./tests/toranj/build.sh cmake || die
|
||||
|
||||
git checkout -- . || die
|
||||
git clean -xfd || die
|
||||
./tests/toranj/build.sh cmake-posix || die
|
||||
|
||||
git checkout -- . || die
|
||||
git clean -xfd || die
|
||||
./bootstrap || die
|
||||
|
||||
Reference in New Issue
Block a user