mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
travis: call waf check for linux
That helps preventing applying code that break unit tests.
This commit is contained in:
parent
54d938e2c4
commit
d7f50ab668
@ -69,5 +69,6 @@ for t in $TRAVIS_BUILD_TARGET; do
|
||||
$waf configure --board $t
|
||||
$waf clean
|
||||
$waf ${build_concurrency[$t]} build
|
||||
[[ $t == linux ]] && $waf check
|
||||
fi
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user