Skip to content

Enable GitHub Actions #13

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

rillian
Copy link

@rillian rillian commented Jun 24, 2021

Add a basic build config so there's some build/test feedback on the state of the code, especially now that travis-ci.org is retired.

rillian added 3 commits June 24, 2021 12:25
Enable basic build and test on Github's continuous integration platform.

This is just the default suggested rust workflow.
Run on pushes to and pull requests against both the new-style
`main` default branch name, and the older `master` so the
configuration is useful in older forks, including upstream.
Schedule a job periodically based on elapsed time, even if there
have been no recent changes. This runs the integration build and
test steps on the default branch. It can be helpful to point out
issues arising from the changing build environment when the project
itself isn't seeing frequent updates.
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.

1 participant