Travis: don't depend on directory name being "ardupilot"
This commit is contained in:
parent
189dd158d7
commit
e51f837360
@ -1,10 +1,10 @@
|
|||||||
language: cpp
|
language: cpp
|
||||||
|
|
||||||
before_install:
|
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:
|
script:
|
||||||
- cd ./ardupilot && Tools/scripts/build_all_travis.sh
|
- Tools/scripts/build_all_travis.sh
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
webhooks:
|
webhooks:
|
||||||
|
Loading…
Reference in New Issue
Block a user