Tools: Add navigator test in build_ci

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
This commit is contained in:
Patrick José Pereira 2020-08-25 14:02:06 -03:00 committed by Peter Barker
parent 2ea41b7997
commit ee4f267743

View File

@ -184,6 +184,13 @@ for t in $CI_BUILD_TARGET; do
continue
fi
if [ "$t" == "navigator" ]; then
echo "Building navigator"
$waf configure --board navigator --toolchain=arm-linux-musleabihf
$waf sub --static
continue
fi
if [ "$t" == "configure-all" ]; then
echo "Checking configure of all boards"
./Tools/scripts/configure_all.py