[build] update configure options in travis script and Makefile-posix (#1975)

This commit is contained in:
Abtin Keshavarzian
2017-07-11 13:32:41 -07:00
committed by Jonathan Hui
parent 3c66ad874e
commit 676fd5c014
2 changed files with 11 additions and 9 deletions
+6 -5
View File
@@ -47,23 +47,24 @@ set -x
--enable-cli-app=all \
--enable-ncp-app=all \
--with-ncp-bus=uart \
--enable-diag \
--enable-default-logging \
--enable-raw-link-api=yes \
--with-examples=posix \
--with-platform-info=POSIX \
--enable-application-coap \
--enable-border-agent-proxy \
--enable-border-router \
--enable-cert-log \
--enable-child-supervision \
--enable-commissioner \
--enable-dhcp6-client \
--enable-dhcp6-server \
--enable-diag \
--enable-dns-client \
--enable-jam-detection \
--enable-joiner \
--enable-legacy \
--enable-mac-whitelist \
--enable-mtd-network-diagnostic || die
--enable-mtd-network-diagnostic \
--enable-raw-link-api \
--enable-tmf-proxy || die
scan-build --status-bugs -analyze-headers -v make || die
}
+5 -4
View File
@@ -93,23 +93,24 @@ configure_OPTIONS = \
--enable-cli-app=all \
--enable-ncp-app=all \
--with-ncp-bus=uart \
--enable-diag \
--enable-raw-link-api=yes \
--with-examples=posix \
--with-platform-info=POSIX \
--enable-application-coap \
--enable-tmf-proxy \
--enable-border-router \
--enable-cert-log \
--enable-child-supervision \
--enable-commissioner \
--enable-dhcp6-client \
--enable-dhcp6-server \
--enable-diag \
--enable-dns-client \
--enable-jam-detection \
--enable-joiner \
--enable-legacy \
--enable-mac-whitelist \
--enable-mtd-network-diagnostic \
--enable-border-router \
--enable-raw-link-api \
--enable-tmf-proxy \
$(NULL)
ifndef BuildJobs