mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Tools: build_ci.sh: make target not required in Replay directory
This commit is contained in:
parent
c23ee3d35c
commit
084862a999
@ -88,7 +88,7 @@ for t in $CI_BUILD_TARGET; do
|
||||
|
||||
pushd "Tools/Replay"
|
||||
make clean
|
||||
make $t -j2
|
||||
make -j2
|
||||
popd
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user