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

CI: add GitHub Actions workflow #77

Closed
wants to merge 1 commit into from
Closed

CI: add GitHub Actions workflow #77

wants to merge 1 commit into from

Conversation

vrmiguel
Copy link

@vrmiguel vrmiguel commented Jul 28, 2021

Closes #74

This GitHub Actions workflow will run cargo check and cargo test on Linux (x86-64 with musl, x86-64 with glibc, armv7, armv8), macOS and Windows (MinGW and MSVC).

Let me know if there's something else you want GH Actions to do

Example run: https://github.com/vrmiguel/vek/runs/3183423494

image

@yoanlcq
Copy link
Owner

yoanlcq commented Jul 29, 2021

Hi,

That is looking great! Thank you for this!

Before I merge this, feel free to use this PR to add yourself to the list of contributors, in README.md and/or Cargo.toml, if you feel like it.

A nice touch would have been to add the GitHub Actions badge to the README, but that is something I can easily do myself in due time. While I'm at it, I'll probably remove the badges and support for Travis CI and AppVeyor, since GitHub Actions covers enough targets.

This pull request was closed.
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.

Move from Travis CI to GitHub Actions (or another free CI solution)
2 participants