From 91b654ba6eeebad159ab405d26ad461223767d9e Mon Sep 17 00:00:00 2001 From: Abtin Keshavarzian Date: Thu, 19 Mar 2020 13:45:50 -0700 Subject: [PATCH] [travis] add build checks for cmake with toranj configs (for simul/posix platforms) (#4712) --- .travis/script.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis/script.sh b/.travis/script.sh index d42f697af..a31830e31 100755 --- a/.travis/script.sh +++ b/.travis/script.sh @@ -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