1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-09-28 15:08:51 +00:00

adding gqrx snapshots

This commit is contained in:
Carles Fernandez 2014-11-23 01:04:00 +01:00
parent a243e2318c
commit 75eef95bcf

View File

@ -23,7 +23,7 @@ before_install:
#- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu utopic universe"
#- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu utopic multiverse"
#- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu utopic"
- 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