summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2015-12-18 15:11:36 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2015-12-18 15:11:36 +0100
commit0e4c71355f23de271e477e270f8c5b621292253e (patch)
treeda8d0ca3d8be9d52cca0136253df3b0c6e87daef /.travis.yml
parent4e4ae9f59c64d51d9a803a861cc9ff9e28d719e8 (diff)
downloaddabmux-0e4c71355f23de271e477e270f8c5b621292253e.tar.gz
dabmux-0e4c71355f23de271e477e270f8c5b621292253e.tar.bz2
dabmux-0e4c71355f23de271e477e270f8c5b621292253e.zip
Trusty: actually remove build script
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