summaryrefslogtreecommitdiffstats
path: root/.travis_build.sh
blob: 0d0bafe7bcf5b41c88a3a3e4ef789f73a52be4f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash

pushd /tmp
git clone https://github.com/Opendigitalradio/ka9q-fec.git
cd ka9q-fec
mkdir build
cd build
cmake ..
make
sudo make install
popd

./bootstrap.sh
./configure --enable-input-prbs --enable-input-test --enable-input-udp --enable-output-raw
make