mirror of https://github.com/ArduPilot/ardupilot
Tools: ci: get ccache statistics for SITL test
This commit is contained in:
parent
129fde128a
commit
be88b5a6e8
|
@ -41,10 +41,13 @@ if [ "$CI_BUILD_TARGET" = "sitltest" ]; then
|
|||
unset BUILDROOT
|
||||
echo "Running SITL QuadCopter test"
|
||||
Tools/autotest/autotest.py build.ArduCopter fly.ArduCopter
|
||||
ccache -s && ccache -z
|
||||
echo "Running SITL QuadPlane test"
|
||||
Tools/autotest/autotest.py build.ArduPlane fly.QuadPlane
|
||||
ccache -s && ccache -z
|
||||
echo "Running SITL Rover test"
|
||||
Tools/autotest/autotest.py build.APMrover2 drive.APMrover2
|
||||
ccache -s && ccache -z
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue