Browse Source

tools: Adding support for Travis-CI

mission-4.1.18
Arthur Benemann 11 years ago committed by Andrew Tridgell
parent
commit
ef3b503448
  1. 9
      .travis.yml

9
.travis.yml

@ -0,0 +1,9 @@ @@ -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…
Cancel
Save