mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-10-31 15:37:11 -04:00
Update .travis.yml
This commit is contained in:
parent
32cfb5b382
commit
03e1284aaa
32
.travis.yml
32
.travis.yml
@ -7,34 +7,4 @@ addons:
|
|||||||
- libgtk-3-dev
|
- libgtk-3-dev
|
||||||
- freeglut3
|
- freeglut3
|
||||||
- freeglut3-dev
|
- freeglut3-dev
|
||||||
|
script: travis-ci/build.sh
|
||||||
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
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user