[toranj] update build.sh script to use CMake for all builds (#9115)

This commit is contained in:
Abtin Keshavarzian
2023-06-01 21:39:45 -07:00
committed by GitHub
parent 9bff9f0807
commit 80eb7f512f
4 changed files with 85 additions and 161 deletions
-9
View File
@@ -42,15 +42,6 @@ build()
if [[ $OSTYPE != "darwin"* ]]; then
reset_source
make -f src/posix/Makefile-posix RCP_RESTORATION_MAX_COUNT=2 RCP_BUS=spi
reset_source
./tests/toranj/build.sh posix
reset_source
./tests/toranj/build.sh posix-15.4+trel
reset_source
./tests/toranj/build.sh posix-trel
fi
}