File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : generic
2- os : osx
32cache :
43 directories :
54 - $HOME/Library/Caches/Homebrew/Cask
6- install :
7- - brew cask install eclipse-cpp gcc-arm-embedded
8- - /Applications/Eclipse.app/Contents/MacOS/eclipse -noSplash
9- -application org.eclipse.equinox.p2.director
10- -repository http://gnuarmeclipse.sourceforge.net/updates
11- -installIUs ilg.gnuarmeclipse.managedbuild.cross.feature.group
12- -profileProperties org.eclipse.update.install.features=true
13- script :
14- - /Applications/Eclipse.app/Contents/MacOS/eclipse -noSplash
15- -application org.eclipse.cdt.managedbuilder.core.headlessbuild
16- -import $TRAVIS_BUILD_DIR/targets/MK22F51212/kds/freedom_bootloader
17- -build all
5+ install : eclipse -noSplash
6+ -application org.eclipse.equinox.p2.director
7+ -repository http://gnuarmeclipse.sourceforge.net/updates
8+ -installIUs ilg.gnuarmeclipse.managedbuild.cross.feature.group
9+ -profileProperties org.eclipse.update.install.features=true
10+ script : eclipse -noSplash
11+ -application org.eclipse.cdt.managedbuilder.core.headlessbuild
12+ -import $TRAVIS_BUILD_DIR/targets/MK22F51212/kds/freedom_bootloader
13+ -build all
14+ matrix :
15+ include :
16+ - os : linux
17+ sudo : required
18+ before_install :
19+ - curl https://nixos.org/nix/install | sh && . ~/.nix-profile/etc/profile.d/nix.sh
20+ - nix-env -i gcc-arm-embedded-4.8-2014q1-20140314
21+ - nix-env -i eclipse-cpp
22+ - os : osx
23+ env : PATH="$PATH:/Applications/Eclipse CPP.app/Contents/MacOS"
24+ before_install : brew update && brew bundle -v
You can’t perform that action at this time.
0 commit comments