summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
1 files changed, 13 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 1bf93d8..0036315 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,5 +16,17 @@ compiler:
- clang
script:
- - bash ./.travis_build.sh
+ - |
+ 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