mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-04 15:08:28 -04:00
10 lines
320 B
YAML
10 lines
320 B
YAML
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
|