mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
18 lines
501 B
YAML
18 lines
501 B
YAML
language: cpp
|
|
|
|
sudo: required
|
|
|
|
dist: trusty
|
|
|
|
before_install:
|
|
- sudo add-apt-repository ppa:librepilot/tools -y
|
|
- sudo apt-get update -q
|
|
- sudo apt-get install -y libudev-dev libusb-1.0-0-dev libsdl1.2-dev python libopenscenegraph-dev libosgearth-dev qt56-meta-minimal qt56svg qt56script qt56serialport qt56multimedia qt56translations qt56tools
|
|
|
|
script: . /opt/qt56/bin/qt56-env.sh && make gcs CCACHE=ccache GCS_EXTRA_CONF='osg osgearth'
|
|
|
|
git:
|
|
depth: 500
|
|
|
|
cache: ccache
|