Add gr-filter to Travis CI

pull/61/head
Pieter Robyns 2017-08-01 15:56:20 +02:00
rodzic c3fd0d2447
commit f821a8a4af
1 zmienionych plików z 7 dodań i 7 usunięć

Wyświetl plik

@ -13,7 +13,7 @@ before_install:
- cd ../ - cd ../
- sudo mv gr-lora ../ - sudo mv gr-lora ../
- cd ../ - cd ../
# Add repos for more up-to-date versions of g++ and libboost # Add repos for more up-to-date versions of g++ and libboost
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo add-apt-repository -y ppa:boost-latest/ppa - sudo add-apt-repository -y ppa:boost-latest/ppa
@ -27,18 +27,18 @@ install:
# - uname -a # - uname -a
# - $CXX --version # - $CXX --version
# - $CC --version # - $CC --version
- sudo pip install scipy - sudo pip install scipy
- sudo apt-get install swig - sudo apt-get install swig
- sudo apt-get install libcppunit-dev - sudo apt-get install libcppunit-dev
- sudo apt-get install fftw3 fftw-dev - sudo apt-get install fftw3 fftw-dev libfftw3-dev
- sudo apt-get install libboost1.55-all-dev - sudo apt-get install libboost1.55-all-dev
- sudo ldconfig - sudo ldconfig
# This installs and old version, and is therefore deprecated # This installs and old version, and is therefore deprecated
# - sudo apt-get install gnuradio # - sudo apt-get install gnuradio
# - sudo ldconfig # - sudo ldconfig
# Manual VOLK install # Manual VOLK install
# - git clone https://github.com/gnuradio/volk.git # - git clone https://github.com/gnuradio/volk.git
# - cd volk/ # - cd volk/
@ -48,7 +48,7 @@ install:
# - make && sudo make install # - make && sudo make install
# - sudo ldconfig # - sudo ldconfig
# - cd ../../ # - cd ../../
# Manual GNURadio install # Manual GNURadio install
- git clone https://github.com/gnuradio/gnuradio.git - git clone https://github.com/gnuradio/gnuradio.git
- cd gnuradio - cd gnuradio
@ -56,11 +56,11 @@ install:
- git submodule foreach git pull origin master - git submodule foreach git pull origin master
- git submodule update --init --recursive - git submodule update --init --recursive
- mkdir build && cd build - mkdir build && cd build
- cmake -DENABLE_INTERNAL_VOLK=ON ../ - cmake -DENABLE_INTERNAL_VOLK=ON -DENABLE_GR_FFT=ON -DENABLE_GR_FILTER=ON ../
- make && sudo make install - make && sudo make install
- sudo ldconfig - sudo ldconfig
- cd ../../ - cd ../../
# Manual liquidDSP install # Manual liquidDSP install
- git clone https://github.com/jgaeddert/liquid-dsp.git - git clone https://github.com/jgaeddert/liquid-dsp.git
- cd liquid-dsp/ - cd liquid-dsp/