Experiment with cacheing homebrew stuff in Travis
This commit is contained in:
@@ -20,6 +20,15 @@ addons:
|
|||||||
- vamp-plugin-sdk
|
- vamp-plugin-sdk
|
||||||
- ladspa-sdk
|
- ladspa-sdk
|
||||||
|
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- $HOME/Library/Caches/Homebrew
|
||||||
|
- /usr/local/Homebrew
|
||||||
|
|
||||||
|
before_cache:
|
||||||
|
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then brew cleanup; fi
|
||||||
|
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then find /usr/local/Homebrew \! -regex ".+\.git.+" -delete; fi
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,10 @@ tempo and pitch of an audio recording independently of one another.
|
|||||||
* Issue tracker: https://todo.sr.ht/~breakfastquay/rubberband
|
* Issue tracker: https://todo.sr.ht/~breakfastquay/rubberband
|
||||||
* Github mirror: https://github.com/breakfastquay/rubberband
|
* Github mirror: https://github.com/breakfastquay/rubberband
|
||||||
|
|
||||||
CI builds: Linux, macOS, iOS [](https://travis-ci.org/breakfastquay/rubberband); Windows [](https://ci.appveyor.com/project/breakfastquay/rubberband)
|
CI builds:
|
||||||
|
|
||||||
|
* [](https://travis-ci.org/breakfastquay/rubberband) (Linux, macOS, iOS)
|
||||||
|
* [](https://ci.appveyor.com/project/breakfastquay/rubberband) (Windows)
|
||||||
|
|
||||||
|
|
||||||
## Licence
|
## Licence
|
||||||
|
|||||||
Reference in New Issue
Block a user