Merge pull request #59 from stephengroat/patch-2

brew updated, travis is behind
This commit is contained in:
László Monda
2017-10-10 16:24:23 +02:00
committed by GitHub

View File

@@ -4,14 +4,14 @@ cache:
directories: directories:
- $HOME/Library/Caches/Homebrew/Cask - $HOME/Library/Caches/Homebrew/Cask
install: install:
- brew tap Homebrew/bundle && brew bundle - 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 -application org.eclipse.equinox.p2.director
-repository http://gnuarmeclipse.sourceforge.net/updates -repository http://gnuarmeclipse.sourceforge.net/updates
-installIUs ilg.gnuarmeclipse.managedbuild.cross.feature.group -installIUs ilg.gnuarmeclipse.managedbuild.cross.feature.group
-profileProperties org.eclipse.update.install.features=true -profileProperties org.eclipse.update.install.features=true
script: script:
- /Applications/Eclipse.app/Contents/MacOS/eclipse -noSplash - /Applications/Eclipse\ CPP.app/Contents/MacOS/eclipse -noSplash
-application org.eclipse.cdt.managedbuilder.core.headlessbuild -application org.eclipse.cdt.managedbuilder.core.headlessbuild
-import $TRAVIS_BUILD_DIR/left/build/kds -import $TRAVIS_BUILD_DIR/left/build/kds
-import $TRAVIS_BUILD_DIR/right/build/kds -import $TRAVIS_BUILD_DIR/right/build/kds