mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
Tools: Enable -Werr for SITL
Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
This commit is contained in:
parent
c382eb192a
commit
7b4d37ac43
@ -365,10 +365,10 @@ for t in $CI_BUILD_TARGET; do
|
||||
|
||||
if [ "$t" == "replay" ]; then
|
||||
echo "Building replay"
|
||||
$waf configure --board sitl --debug --disable-scripting
|
||||
$waf configure --board sitl --debug --disable-scripting --Werror
|
||||
$waf replay
|
||||
echo "Building AP_DAL standalone test"
|
||||
$waf configure --board sitl --debug --disable-scripting --no-gcs
|
||||
$waf configure --board sitl --debug --disable-scripting --no-gcs --Werror
|
||||
$waf --target tool/AP_DAL_Standalone
|
||||
$waf clean
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user