Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up Travis so it runs make with both clang and gcc #39

Merged
merged 2 commits into from
Dec 18, 2014

Conversation

nickserv
Copy link
Contributor

  • Fixes Consider using CI (continuous integration) #38.
  • You'll still need to sign in to Travis and enable this repository to finish setting up Travis. This PR only includes the configuration file and build status badge (which isn't activated yet).
  • For now, this just runs make with both clang and gcc. The build will fail if there is an issue with either compiler. I'm assuming this is what we want.
  • I'm not running make test on CI because it's currently broken. Fix "make test". Add Streem example file. #30 should fix this, then just change make to make test (which runs the make all task anyway).
  • We still don't have unit tests. We probably don't need them yet, but that would be a good idea for the future.

matz added a commit that referenced this pull request Dec 18, 2014
Set up Travis so it runs `make` with both clang and gcc
@matz matz merged commit 0014385 into matz:master Dec 18, 2014
@nickserv
Copy link
Contributor Author

Thanks for merging! You should be able to enable Travis by visiting your profile and toggling matz/streem. I believe you'll still need to push again to trigger your first build, though.

@nickserv nickserv deleted the travis branch December 19, 2014 03:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider using CI (continuous integration)
2 participants