diff --git a/.travis.yml b/.travis.yml index 5957491..f87a311 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 - diff --git a/Brewfile b/Brewfile new file mode 100644 index 0000000..5184540 --- /dev/null +++ b/Brewfile @@ -0,0 +1,2 @@ +cask "eclipse-cpp" +cask "gcc-arm-embedded"