mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-23 04:08:36 -05:00
Update .travis.yml
This commit is contained in:
parent
ae6fb3515f
commit
3448f4030b
32
.travis.yml
32
.travis.yml
@ -1,6 +1,5 @@
|
||||
dist: trusty
|
||||
language: cpp
|
||||
script: cmake
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
@ -8,3 +7,34 @@ 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user