mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
Tools: don't install MAVProxy submodule Cesium on CI
This commit is contained in:
parent
e5c35d399c
commit
2e71c6fc98
@ -43,7 +43,7 @@ function run_autotest() {
|
||||
if [ $mavproxy_installed -eq 0 ]; then
|
||||
echo "Installing MAVProxy"
|
||||
pushd /tmp
|
||||
git clone --recursive https://github.com/ardupilot/MAVProxy
|
||||
git clone https://github.com/ardupilot/MAVProxy
|
||||
pushd MAVProxy
|
||||
python setup.py build install --user --force
|
||||
popd
|
||||
|
Loading…
Reference in New Issue
Block a user