Possible CI fixes
This commit is contained in:
@@ -3,7 +3,7 @@ configuration:
|
|||||||
- Release
|
- Release
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
- Win32
|
- x86
|
||||||
- x64
|
- x64
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ addons:
|
|||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- libsndfile-dev
|
- libsndfile-dev
|
||||||
|
- libsamplerate-dev
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew update ; brew install libsndfile ; fi
|
- if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew update ; brew install libsndfile ; fi
|
||||||
|
|||||||
Reference in New Issue
Block a user