added fftw for osx to travis
This commit is contained in:
@ -20,7 +20,7 @@ before_script:
|
|||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install libusb; fi
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install libusb fftw; fi
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- mkdir host/build
|
- mkdir host/build
|
||||||
|
Reference in New Issue
Block a user