mirror of
https://github.com/RPCS3/libusb.git
synced 2026-07-19 12:54:36 -04:00
Move to brew bundle
improved dependency management with brew bundle
This commit is contained in:
+2
-3
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
#define LIBUSB_NANO 11312
|
||||
#define LIBUSB_NANO 11314
|
||||
|
||||
Reference in New Issue
Block a user