From 1d4c8d30193bf7333891c6c0d6f3fc007a3eedda Mon Sep 17 00:00:00 2001 From: Stephen Date: Mon, 9 Oct 2017 14:14:40 -0700 Subject: [PATCH 1/3] brew updated, travis is behind --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f87a311..4cba2fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ cache: directories: - $HOME/Library/Caches/Homebrew/Cask install: - - brew tap Homebrew/bundle && brew bundle + - brew update && brew bundle - /Applications/Eclipse.app/Contents/MacOS/eclipse -noSplash -application org.eclipse.equinox.p2.director -repository http://gnuarmeclipse.sourceforge.net/updates From 7b7af0c5bcf26d24b8c637311590b348892654f5 Mon Sep 17 00:00:00 2001 From: Stephen Date: Mon, 9 Oct 2017 16:14:33 -0700 Subject: [PATCH 2/3] test where brew is installing apps --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4cba2fc..1d9a81f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ cache: directories: - $HOME/Library/Caches/Homebrew/Cask install: - - brew update && brew bundle + - brew update && brew bundle -v - /Applications/Eclipse.app/Contents/MacOS/eclipse -noSplash -application org.eclipse.equinox.p2.director -repository http://gnuarmeclipse.sourceforge.net/updates From 6595884c991eec3f6b61935ceabf5ef74691f065 Mon Sep 17 00:00:00 2001 From: Stephen Date: Mon, 9 Oct 2017 16:44:07 -0700 Subject: [PATCH 3/3] fix eclipse path caught new install directory https://travis-ci.org/UltimateHackingKeyboard/firmware/builds/285828200#L1599 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1d9a81f..8e63734 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,13 +5,13 @@ cache: - $HOME/Library/Caches/Homebrew/Cask install: - brew update && brew bundle -v - - /Applications/Eclipse.app/Contents/MacOS/eclipse -noSplash + - /Applications/Eclipse\ CPP.app/Contents/MacOS/eclipse -noSplash -application org.eclipse.equinox.p2.director -repository http://gnuarmeclipse.sourceforge.net/updates -installIUs ilg.gnuarmeclipse.managedbuild.cross.feature.group -profileProperties org.eclipse.update.install.features=true script: - - /Applications/Eclipse.app/Contents/MacOS/eclipse -noSplash + - /Applications/Eclipse\ CPP.app/Contents/MacOS/eclipse -noSplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild -import $TRAVIS_BUILD_DIR/left/build/kds -import $TRAVIS_BUILD_DIR/right/build/kds