Merge branch 'next' into LP-295_OP-1900_fixedwingautotakeoff_rebasenext
[librepilot.git] / .travis.yml
blob7e50b0ab6b3a5cb12cc9a691c8ccfdf2de61fea1
1 language: cpp
3 sudo: required
5 dist: trusty
7 before_install:
8         - sudo add-apt-repository ppa:librepilot/tools -y
9         - sudo apt-get update -q
10         - 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
12 script: . /opt/qt56/bin/qt56-env.sh && make gcs CCACHE=ccache GCS_EXTRA_CONF=osg
14 git:
15         depth: 500
17 cache: ccache