tools: Adding support for Travis-CI

This commit is contained in:
Arthur Benemann 2014-07-12 09:36:11 -07:00 committed by Andrew Tridgell
parent ff11b13f9c
commit ef3b503448

9
.travis.yml Normal file
View 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