mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-27 09:24:52 +00:00
releases ans snapshots
This commit is contained in:
parent
d6b0b5c589
commit
eedc65db01
@ -23,10 +23,11 @@ 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
|
||||
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
|
||||
- if [ "$CXX" = "g++" ]; then sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90; fi
|
||||
- sudo apt-get install -y cmake git-core g++ libstdc++-4.8-dev libboost-all-dev python-wxgtk2.8 gnuradio uhd libarmadillo-dev liblapack-dev libopenblas-dev libssl-dev
|
||||
- sudo apt-get install -y cmake git-core g++ libstdc++-4.8-dev libboost-all-dev python-wxgtk2.8 gnuradio libarmadillo-dev liblapack-dev libopenblas-dev libssl-dev
|
Loading…
Reference in New Issue
Block a user