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

Move to GitHub actions #193

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

Conversation

jneu
Copy link

@jneu jneu commented Dec 23, 2021

This pull request moves the automated builds and installs from Travis CI to Github Actions. All attempts were made to duplicate the functionality exactly, but there is a one significant difference:

  • Travis CI uses the Ubuntu 16.04 "xenial" base image, which is not available in Github Actions. Instead it uses Ubuntu 20.04, and the update doesn't appear to cause any issues during my testing.

Note once the PR is merged, a Github Secret will need to be created, called CODECOV_TOKEN, whose value is the codecov token in order for codecov uploads to work correctly.

Please let me know if you have any questions or concerns.

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

1 participant