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