Skip to content
This repository was archived by the owner on Jul 6, 2019. It is now read-only.

Fix #289: add examples to travis (and fix example fallout from #285) #293

Merged
merged 6 commits into from
Jun 1, 2015

Conversation

mcoffin
Copy link
Contributor

@mcoffin mcoffin commented May 31, 2015

__aeabi_unwind_cpp_pr0 = abort;
__aeabi_unwind_cpp_pr1 = abort;
__aeabi_unwind_cpp_pr2 = abort;

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was the invisible fallout on the k20 platform created by #285. It didn't show up until we started compiling the examples in travis builds.

@farcaller
Copy link
Member

A minor comment notice, otherwise LGTM

@mcoffin
Copy link
Contributor Author

mcoffin commented May 31, 2015

@farcaller Changed author in header. My bad I've just been pasting it.

Saw approval from farcaller + travis. Merging.

I'm not going to squash this, since the commits are actually fixing completely separate issues (adding examples to travis, fixing fallout from #285). It's a shame that ce3c4ac can't be squashed in to 7b8b395 but I'd rather have 1 extra commit than a very confusing git blame in the future.

mcoffin added a commit that referenced this pull request Jun 1, 2015
Fixes #289 
Add examples to travis (and fix example fallout from #285)
@mcoffin mcoffin merged commit afc7d70 into hackndev:master Jun 1, 2015
@mcoffin mcoffin deleted the fix-289-travis-examples branch June 1, 2015 00:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Travis should attempt to build examples for the given platform.
2 participants