mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
Tools: Reintroduce arduplane to CI script
This commit is contained in:
parent
bf6e1993a1
commit
f19d01332b
@ -57,6 +57,17 @@ for t in $CI_BUILD_TARGET; do
|
|||||||
ccache -s && ccache -z
|
ccache -s && ccache -z
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
if [ $t == "sitltest-plane" ]; then
|
||||||
|
echo "Installing pymavlink"
|
||||||
|
git submodule init
|
||||||
|
git submodule update
|
||||||
|
(cd modules/mavlink/pymavlink && python setup.py build install --user)
|
||||||
|
unset BUILDROOT
|
||||||
|
echo "Running SITL Plane test"
|
||||||
|
Tools/autotest/autotest.py build.ArduPlane fly.ArduPlane
|
||||||
|
ccache -s && ccache -z
|
||||||
|
continue
|
||||||
|
fi
|
||||||
if [ $t == "sitltest-quadplane" ]; then
|
if [ $t == "sitltest-quadplane" ]; then
|
||||||
echo "Installing pymavlink"
|
echo "Installing pymavlink"
|
||||||
git submodule init
|
git submodule init
|
||||||
|
Loading…
Reference in New Issue
Block a user