1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-10 20:52:11 +01:00
LibrePilot/.travis.yml

23 lines
575 B
YAML
Raw Permalink Normal View History

2016-04-04 20:49:19 +01:00
language: cpp
sudo: required
dist: trusty
before_install:
- sudo add-apt-repository ppa:librepilot/tools -y
- sudo apt-get update -q
2016-05-15 22:49:35 +01:00
- sudo apt-get install -y libc6-i386 libudev-dev libusb-1.0-0-dev libsdl1.2-dev python libopenscenegraph-dev libosgearth-dev qt56-meta-minimal qt56svg qt56script qt56serialport qt56multimedia qt56translations qt56tools
- make build_sdk_install
2016-04-04 20:49:19 +01:00
2016-05-15 22:49:35 +01:00
script:
- make config_new CCACHE=ccache
2016-05-15 22:49:35 +01:00
- make all_flight
- make opfw_resource
- make gcs
2016-04-04 20:49:19 +01:00
git:
depth: 500
2016-04-20 22:25:57 +01:00
cache: ccache