[travis] add build checks for cmake with toranj configs (for simul/posix platforms) (#4712)

This commit is contained in:
Abtin Keshavarzian
2020-03-20 08:41:38 -07:00
committed by Jonathan Hui
parent 61b4c5a2af
commit 91b654ba6e
+8
View File
@@ -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