Skip to content
Snippets Groups Projects
Commit e51f8373 authored by Jonathan Challinger's avatar Jonathan Challinger Committed by Andrew Tridgell
Browse files

Travis: don't depend on directory name being "ardupilot"

parent 189dd158
No related branches found
No related tags found
No related merge requests found
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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment