From 790a2e0a652b30b68f283e50b1a01ae52f352a03 Mon Sep 17 00:00:00 2001 From: Stephen Groat Date: Wed, 27 Sep 2017 16:24:44 -0700 Subject: [PATCH 1/2] Improve OSX dependency management through brew bundle --- .travis.yml | 2 +- Brewfile | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 Brewfile diff --git a/.travis.yml b/.travis.yml index 5957491..27c6869 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 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" From 9ecf04cf1189ac8fd48b7ece8bc7c6a9d4bd9796 Mon Sep 17 00:00:00 2001 From: Stephen Date: Thu, 28 Sep 2017 06:38:34 -0700 Subject: [PATCH 2/2] Update .travis.yml --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 27c6869..f87a311 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,4 +16,3 @@ script: -import $TRAVIS_BUILD_DIR/left/build/kds -import $TRAVIS_BUILD_DIR/right/build/kds -build all -