Improve OSX dependency management through brew bundle

This commit is contained in:
Stephen Groat
2017-09-27 16:24:44 -07:00
parent 5769f66994
commit 790a2e0a65
2 changed files with 3 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ cache:
directories:
- $HOME/Library/Caches/Homebrew/Cask
install:
- brew cask install eclipse-cpp gcc-arm-embedded
- brew tap Homebrew/bundle && brew bundle
- /Applications/Eclipse.app/Contents/MacOS/eclipse -noSplash
-application org.eclipse.equinox.p2.director
-repository http://gnuarmeclipse.sourceforge.net/updates

2
Brewfile Normal file
View File

@@ -0,0 +1,2 @@
cask "eclipse-cpp"
cask "gcc-arm-embedded"