Skip to content

Commit

Permalink
Merge pull request #9 from viraptor/travis
Browse files Browse the repository at this point in the history
Add travis-ci support
  • Loading branch information
viraptor committed May 7, 2018
2 parents 29c6bf5 + 70b5530 commit 7958ad7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: c
compiler:
- gcc
- clang

script: ./bootstrap && ./configure && make

addons:
apt:
packages:
- libfftw3-dev
- librtlsdr-dev
- libusb-1.0-0-dev

0 comments on commit 7958ad7

Please sign in to comment.