Skip to content

Commit

Permalink
Merge pull request #11 from viraptor/travis-osx
Browse files Browse the repository at this point in the history
Travis osx
  • Loading branch information
viraptor committed Apr 24, 2019
2 parents 7958ad7 + 94cb893 commit ea447d3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
language: c
language: cpp
compiler:
- gcc
- clang
os:
- osx
- linux

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

Expand All @@ -11,3 +14,7 @@ addons:
- libfftw3-dev
- librtlsdr-dev
- libusb-1.0-0-dev

before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install fftw librtlsdr libusb ; fi

0 comments on commit ea447d3

Please sign in to comment.