2016-04-04 21:49:19 +02: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 23:49:35 +02: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 arm_sdk_install
|
2016-04-04 21:49:19 +02:00
|
|
|
|
2016-05-15 23:49:35 +02:00
|
|
|
script:
|
|
|
|
- . /opt/qt56/bin/qt56-env.sh
|
|
|
|
- make config_new CCACHE=ccache GCS_EXTRA_CONF='osg osgearth'
|
|
|
|
- make all_flight
|
|
|
|
- make opfw_resource
|
|
|
|
- make gcs
|
2016-04-04 21:49:19 +02:00
|
|
|
|
|
|
|
git:
|
|
|
|
depth: 500
|
2016-04-20 23:25:57 +02:00
|
|
|
|
|
|
|
cache: ccache
|