From f2992bba6788495e1016aa89dba80e959e671f4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Sun, 25 Jun 2017 20:27:15 +0200 Subject: [PATCH] Add .travis.yml --- .travis.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..46c8e05 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,17 @@ +language: generic +os: osx +cache: + directories: + - $HOME/Library/Caches/Homebrew/Cask +install: + - brew cask install eclipse-cpp gcc-arm-embedded + - /Applications/Eclipse.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 + -application org.eclipse.cdt.managedbuilder.core.headlessbuild + -import $TRAVIS_BUILD_DIR/targets/MK22F51212/kds/freedom_bootloader + -build all