1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-25 22:43:14 +00:00

trying the impossible, iv

This commit is contained in:
Carles Fernandez 2014-11-23 11:36:32 +01:00
parent a703606f65
commit 2296159144

View File

@ -20,7 +20,7 @@ before_install:
- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu trusty multiverse"
- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu trusty"
- sudo add-apt-repository "deb http://security.ubuntu.com/ubuntu trusty-security universe"
- sudo add-apt-repository "deb http://security.ubuntu.com/ubuntu trusty-security main"
- sudo add-apt-repository "deb http://security.ubuntu.com/ubuntu trusty-security main"
- sudo apt-get dist-upgrade -qq --force-yes
- sudo add-apt-repository "deb http://archive.canonical.com/ubuntu $(lsb_release -sc) partner"
- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe"
@ -29,11 +29,8 @@ before_install:
- sudo add-apt-repository "deb http://security.ubuntu.com/ubuntu $(lsb_release -sc)-security main restricted"
- sudo add-apt-repository "deb http://security.ubuntu.com/ubuntu $(lsb_release -sc)-security universe"
- sudo add-apt-repository "deb http://ppa.launchpad.net/gqrx/snapshots/ubuntu $(lsb_release -sc) main"
# - sudo add-apt-repository "deb http://ppa.launchpad.net/gqrx/releases/ubuntu $(lsb_release -sc) main"
- sudo sh -c "echo deb-src http://ppa.launchpad.net/gqrx/snapshots/ubuntu $(lsb_release -sc) main \ >> /etc/apt/sources.list"
# - sudo sh -c "echo deb-src http://ppa.launchpad.net/gqrx/releases/ubuntu $(lsb_release -sc) main \ >> /etc/apt/sources.list"
#- sudo add-apt-repository -y ppa:gqrx/releases
#- sudo add-apt-repository -y ppa:gqrx/snapshots
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get update -qq
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi