Add Brewfile to make easier to install all dependencies we need to run tests

This way we don't need to remember which packages we need to install.
This commit is contained in:
Rafael Mendonça França 2018-04-06 14:21:50 -04:00
parent bedb3e2250
commit b71b8ecc4e
No known key found for this signature in database
GPG Key ID: FC23B6D0F1EEE948

13
Brewfile Normal file

@ -0,0 +1,13 @@
tap "homebrew/core"
tap "homebrew/bundle"
tap "homebrew/services"
tap "caskroom/cask"
brew "ffmpeg"
brew "memcached"
brew "mysql"
brew "postgresql"
brew "redis"
brew "yarn"
cask "xquartz"
brew "mupdf"
brew "poppler"