Tools: vagrant: enable ccache for vagrant user

This commit is contained in:
Peter Barker 2018-07-30 14:43:22 +10:00 committed by Andrew Tridgell
parent cb3731e08e
commit c5d0599d4c
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ export BUILDLOGS=/tmp/buildlogs
export APMROOT=/vagrant
export PATH=$APMROOT/Tools/autotest:$PATH
export PATH=/usr/lib/ccache:$PATH
cd $APMROOT/ArduCopter