forked from fibercrypto/libskyfiber-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[travis] refs fibercrypto#74 Install swig in OSX diff
- Loading branch information
Maykel Arias Torres
committed
Dec 28, 2019
1 parent
e60eeb9
commit eacc85a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then | |
brew update; | ||
echo 'Creating [email protected] formula'; | ||
cd "$(brew --repository)/Library/Taps/homebrew/homebrew-core"; | ||
git show 42d31bba7772fb01f9ba442d9ee98b33a6e7a055:Formula/swig.rb | grep -v 'fails_with' > Formula/swig.rb; | ||
(cd Formula && curl -sL -o "swig.rb" https://raw.githubusercontent.com/Homebrew/homebrew-core/42d31bba7772fb01f9ba442d9ee98b33a6e7a055/Formula/swig.rb) | ||
echo 'Installing [email protected] (3.0.12)'; | ||
brew install swig || brew link --overwrite swig; | ||
brew install gimme | ||
|