-
Notifications
You must be signed in to change notification settings - Fork 543
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
GitHub Actions (Replacing TravisCI) #523
Conversation
Use ubuntu-18.04.
The result of the automated build (with distcheck) and CodeQL analysis are |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
That is really a good step forward. It raises two issues though:
|
Good points! Take a look at #480 from which this was split out. This workflow is mainly to support code review of new PRs. The ones in #480 are close to what you're asking for. I'm looking for discussion there about the use of semantic-release, etc. |
These are the changes from #480 that convert automated builds from Travis CI to Github Actions. A couple of new commits update the scripts to run on Ubuntu 20.04.
I'll rebase and resubmit the release automation change set once this set is settled.