[travis] update "posix" and "posix-ncp-spi" targets to use new configure options (#3031)

This commit is contained in:
Abtin Keshavarzian
2018-09-06 20:55:47 -10:00
committed by Jonathan Hui
parent 9a9da5124f
commit 045aa4f358
+11 -5
View File
@@ -484,7 +484,9 @@ set -x
git clean -xfd || die
./bootstrap || die
./configure \
--enable-ncp-app=all \
--enable-ncp \
--enable-ftd \
--enable-mtd \
--with-ncp-bus=spi \
--with-examples=posix \
--enable-border-router \
@@ -504,7 +506,8 @@ set -x
git clean -xfd || die
./bootstrap || die
./configure \
--enable-cli-app=mtd \
--enable-cli \
--enable-mtd \
--with-ncp-bus=spi \
--with-examples=posix \
--enable-border-router \
@@ -520,8 +523,11 @@ set -x
git clean -xfd || die
./bootstrap || die
./configure \
--enable-cli-app=all \
--enable-ncp-app=all \
--enable-cli \
--enable-ncp \
--enable-ftd \
--enable-mtd \
--enable-radio-only \
--with-ncp-bus=uart \
--with-examples=posix || die
make -j 8 || die
@@ -600,7 +606,7 @@ EOF
[ $BUILD_TARGET != posix-ncp-spi ] || {
./bootstrap || die
make -f examples/Makefile-posix check configure_OPTIONS="--enable-ncp-app=ftd --with-ncp-bus=spi --with-examples=posix" || die
make -f examples/Makefile-posix check configure_OPTIONS="--enable-ncp --enable-ftd --with-ncp-bus=spi --with-examples=posix" || die
}
[ $BUILD_TARGET != posix-app-ncp ] || {