summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 52f5fc7..e98bb18 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,7 @@ before_script:
- sudo apt-get install -y libzmq5-dev libzmq5 automake libtool
- pkg-config --modversion libzmq || true
- pkg-config --modversion libzmq3 || true
- - git clone https://github.com/Opendigitalradio/ka9q-fec.git && cd ka9q-fec && ./configure && make && sudo make install
+ - git clone https://github.com/Opendigitalradio/ka9q-fec.git && cd ka9q-fec && mkdir build && cd build && cmake .. && make && sudo make install
script:
- ./bootstrap.sh