mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
Travis: don't depend on directory name being "ardupilot"
This commit is contained in:
parent
189dd158d7
commit
e51f837360
@ -1,10 +1,10 @@
|
||||
language: cpp
|
||||
|
||||
before_install:
|
||||
- cd .. && ./ardupilot/Tools/scripts/install-prereqs-ubuntu.sh -y && . ~/.profile
|
||||
- APMDIR=$(pwd) && pushd .. && $APMDIR/Tools/scripts/install-prereqs-ubuntu.sh -y && . ~/.profile && popd
|
||||
|
||||
script:
|
||||
- cd ./ardupilot && Tools/scripts/build_all_travis.sh
|
||||
- Tools/scripts/build_all_travis.sh
|
||||
|
||||
notifications:
|
||||
webhooks:
|
||||
|
Loading…
Reference in New Issue
Block a user