Skip to content

Commit

Permalink
Move macOS homebrew packages to built-in addons
Browse files Browse the repository at this point in the history
  • Loading branch information
lgeretti committed Aug 11, 2019
1 parent 490bfd0 commit 2c33989
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ addons:
- libboost-thread-dev
- libcairo2-dev
- libbdd-dev
homebrew:
packages:
- lcov
- boost
- cairo
- zlib

branches:
only:
Expand All @@ -43,7 +49,6 @@ before_install:
- |
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
export PKG_CONFIG_PATH=/usr/local/opt/libffi/lib/pkgconfig
brew update
brew cask uninstall --force oclint
./install-macos-deps.sh
fi
Expand Down
1 change: 0 additions & 1 deletion install-macos-deps.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#/bin/sh
brew install lcov boost cairo zlib
wget https://sourceforge.net/projects/buddy/files/latest/download
tar xvzf download
cd buddy-2.4
Expand Down

0 comments on commit 2c33989

Please sign in to comment.