Merge pull request #58 from stephengroat/osx-brew

Improve OSX dependency management through brew bundle
This commit is contained in:
László Monda
2017-10-06 22:21:05 +02:00
committed by GitHub
2 changed files with 3 additions and 2 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
@@ -16,4 +16,3 @@ script:
-import $TRAVIS_BUILD_DIR/left/build/kds
-import $TRAVIS_BUILD_DIR/right/build/kds
-build all

2
Brewfile Normal file
View File

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