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

Add Travis CI #7

Merged
merged 2 commits into from
Apr 4, 2016
Merged

Add Travis CI #7

merged 2 commits into from
Apr 4, 2016

Conversation

shenki
Copy link
Contributor

@shenki shenki commented Apr 3, 2016

Here is a simple Travis CI configuration that builds snowpatch.

It passes:

https://travis-ci.org/shenki/snowpatch/jobs/120391909

as does cargo test, but there are no unit tests.

We have to run the builds on Trusty as Cmake is horrible, and the libssl2 crate won't build with the version of Cmake present on Precise.

This builds snowpatch against nightly, beta and stable releases of rust.

Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>
@shenki shenki mentioned this pull request Apr 3, 2016
@ruscur
Copy link
Owner

ruscur commented Apr 4, 2016

Thanks for the PR, though send us patches in future! We're trying to make a statement here!

I think the main CI for snowpatch should be snowpatch, but since we get Travis for free, why not? If Travis ever picks something up that snowpatch doesn't, it's a good way to know we've got a problem.

@ruscur ruscur merged commit 503daea into ruscur:master Apr 4, 2016
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.

None yet

2 participants