mirror of https://github.com/ArduPilot/ardupilot
Tools: remove build before running coverage
Stop losing a run because a file has been removed.
This commit is contained in:
parent
e3cc580dbc
commit
57300d0769
|
@ -18,6 +18,8 @@ TIMEOUT=14400
|
|||
|
||||
OPTS="--speedup=$SPEEDUP --timeout=$TIMEOUT --debug --no-clean"
|
||||
|
||||
rm -rf build
|
||||
|
||||
# Run examples
|
||||
./waf configure --board=linux --debug
|
||||
./waf examples
|
||||
|
|
Loading…
Reference in New Issue