Skip to content

Commit

Permalink
Travis: change to c++, add boost, remove fec
Browse files Browse the repository at this point in the history
  • Loading branch information
mpbraendli committed Dec 19, 2016
1 parent 5097a56 commit 83bee2d
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: c
language: c++
sudo: required
dist: trusty

Expand All @@ -11,21 +11,12 @@ addons: &addons
packages: &packages
- libzmq3-dev
- libzmq3
- libboost1.55-all-dev
- libfaad-dev
- libfaad2
- automake

script:
- |
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
CC=clang CXX=clang++ ./configure
Expand Down

0 comments on commit 83bee2d

Please sign in to comment.