mirror of https://github.com/ArduPilot/ardupilot
ci: add missing ppa for Trusty
Thanks Francisco Ferreira.
This commit is contained in:
parent
02619b4a25
commit
df150cd8dd
|
@ -18,6 +18,8 @@ sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
|
||||||
|
|
||||||
if [ "$UBUNTU_CODENAME" = "precise" ]; then
|
if [ "$UBUNTU_CODENAME" = "precise" ]; then
|
||||||
sudo add-apt-repository ppa:george-edison55/precise-backports -y
|
sudo add-apt-repository ppa:george-edison55/precise-backports -y
|
||||||
|
elif [ "$UBUNTU_CODENAME" = "trusty" ]; then
|
||||||
|
sudo add-apt-repository ppa:george-edison55/cmake-3.x -y
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sudo apt-get -qq -y update
|
sudo apt-get -qq -y update
|
||||||
|
|
Loading…
Reference in New Issue