Skip to content

Fixed metadata and improved test script#20

Merged
Hoverbear merged 2 commits intojbaublitz:masterfrom
Razican:small_fixes
Jan 7, 2019
Merged

Fixed metadata and improved test script#20
Hoverbear merged 2 commits intojbaublitz:masterfrom
Razican:small_fixes

Conversation

@Razican
Copy link
Contributor

@Razican Razican commented Jan 2, 2019

Hi!

I fixed the badges for crates.io, and I added Windows and OS X tests. I also added tests for Rust beta and the lowest supported Rust version (1.19). It now also tests for format errors and it runs a clippy pass.

Since it tests for Windows in Travis, there is no need for Appveyor, so I removed the YAML file and the badge. I can add it back, of course. I would like to add code coverage reports with kcov, but @Hoverbear has to set it up.

We can also add automatic Travis-CI deployment on tags, but it requires a crates.io token that has to be added to the Travis-CI environment in travis-ci.org, and that would make Windows builds fail randomly, due to a bug in Travis-CI.

os:
- linux
- osx
- windows
Copy link
Collaborator

Choose a reason for hiding this comment

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

So cool!

# Run builds in Linux, MacOS X and Windows
os:
- linux
- osx
Copy link
Collaborator

Choose a reason for hiding this comment

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

We found this can dramatically slow down test feedback since the queue for Mac machines can get quite long. But it's fine. :)

@Hoverbear
Copy link
Collaborator

This looks great. Thank you so much.

Regarding auto deploy: For the time being I think it's overkill.

Regarding kcov: Please, open an issue with instructions and I'll happily do it. :)

@Hoverbear Hoverbear merged commit 7b00ca8 into jbaublitz:master Jan 7, 2019
@Hoverbear Hoverbear added this to the 0.0.7 milestone Mar 16, 2019
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.

2 participants