Move to brew bundle

improved dependency management with brew bundle
This commit is contained in:
Stephen
2018-03-30 07:09:09 -07:00
committed by Nathan Hjelm
parent 0034b2afdc
commit 5912d561a7
3 changed files with 7 additions and 4 deletions
+2 -3
View File
@@ -41,9 +41,8 @@ addons:
- ubuntu-toolchain-r-test
before_install:
# brew upgrade sets the return code to 1 if the latest version is already installed. the true command
# is used to reset the return code to 0.
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew upgrade automake libtool ; true; fi
# brew bundle installs or upgrades packages in Brewfile
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update && brew bundle && brew bundle cleanup --force; fi
script:
- ./autogen.sh && make clean && make
+4
View File
@@ -0,0 +1,4 @@
brew 'automake'
brew 'libtool'
brew 'autoconf'
brew 'm4'
+1 -1
View File
@@ -1 +1 @@
#define LIBUSB_NANO 11312
#define LIBUSB_NANO 11314