2014-07-12 13:36:11 -03:00
|
|
|
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
|
2014-07-14 20:17:30 -03:00
|
|
|
- cd ../ArduCopter && make configure && make && make vrubrain-v51
|