1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

Add ccache to travis

This commit is contained in:
James Duley 2016-04-20 22:25:57 +01:00
parent 4f8cf5474a
commit bc2fc562da

View File

@ -9,7 +9,9 @@ before_install:
- sudo apt-get update -q
- sudo apt-get install -y libudev-dev libusb-1.0-0-dev libsdl1.2-dev python libopenscenegraph-dev qt56-meta-minimal qt56svg qt56script qt56serialport qt56multimedia qt56translations qt56tools
script: . /opt/qt56/bin/qt56-env.sh && make gcs GCS_EXTRA_CONF=osg
script: . /opt/qt56/bin/qt56-env.sh && make gcs CCACHE=ccache GCS_EXTRA_CONF=osg
git:
depth: 500
cache: ccache