mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
tools: Adding support for Travis-CI
This commit is contained in:
parent
ff11b13f9c
commit
ef3b503448
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
language: cpp
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- cd .. && ./ardupilot/Tools/scripts/install-prereqs-ubuntu.sh -y && . ~/.profile
|
||||||
|
|
||||||
|
script:
|
||||||
|
- cd ./ardupilot/ArduCopter && make configure && make && make px4-v2
|
||||||
|
- cd ../ArduPlane && make configure && make && make px4-v2
|
||||||
|
- cd ../APMrover2 && make configure && make && make px4-v2
|
Loading…
Reference in New Issue
Block a user