mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
LP-373: Add bitbucket-pipelines.yml for trusty build
This commit is contained in:
parent
d7ebf30b22
commit
d2b0d95184
12
bitbucket-pipelines.yml
Normal file
12
bitbucket-pipelines.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
pipelines:
|
||||||
|
default:
|
||||||
|
- step:
|
||||||
|
script:
|
||||||
|
- add-apt-repository ppa:librepilot/tools -y
|
||||||
|
- apt-get update -q
|
||||||
|
- 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
|
||||||
|
- make config_new GCS_EXTRA_CONF='osg osgearth'
|
||||||
|
- make all_flight
|
||||||
|
- make opfw_resource
|
||||||
|
- make gcs
|
Loading…
x
Reference in New Issue
Block a user