Update .travis.yml

This commit is contained in:
Charles J. Cliffe 2019-01-07 21:49:59 -05:00 committed by GitHub
parent 32cfb5b382
commit 03e1284aaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 31 deletions

View File

@ -7,34 +7,4 @@ addons:
- libgtk-3-dev
- freeglut3
- freeglut3-dev
script:
# Liquid-DSP
mkdir jgaeddert/
git clone https://github.com/jgaeddert/liquid-dsp.git jgaeddert/liquid-dsp
pushd .
cd jgaeddert/liquid-dsp/
./bootstrap.sh
./configure
make
sudo make install
popd
# Soapy SDR
mkdir pothosware/
git clone https://github.com/pothosware/SoapySDR.git pothosware/SoapySDR
mkdir pothosware/SoapySDR-build
cmake pothosware/SoapySDR pothosware/SoapySDR-build
pushd .
cd pothosware/SoapySDR-build
make
sudo make install
popd
# CubicSDR
mkdir cjcliffe/CubicSDR-build
cmake cjcliffe/CubicSDR cjcliffe/CubicSDR-build
pushd .
cd cjcliffe/CubicSDR-build
make
script: travis-ci/build.sh