-
Notifications
You must be signed in to change notification settings - Fork 34
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
Migrate from travis to github actions to test build #352
Conversation
c8e99c6
to
2ac0667
Compare
This branch is reflected by badge https://github.com/metafacture/metafacture-core/workflows/Build/badge.svg?branch=351-migrateFromTravisToGithubActionsToTestBuild . The master's badge is not build yet (it would start by merging this PR) so it cannot be shown at https://github.com/metafacture/metafacture-core/workflows/Build/badge.svg?branch=master. |
4554abf
to
c9b5d3d
Compare
@fsteeg : I fixed the wrong reference in the commit message and force pushed. This is now review-ready. |
Hm, so you mentioned leaving the travis.yml in place since it does more. But then this is not done yet, right? |
The issue is about migrating the "test build", which the PR resolves using github actions. |
Right, maybe we should create a new issue. As far as I understand, there are 3 additional things done in the Travis build:
We could discuss in the new issue which of these we want, and how to implement them. |
@fsteeg: I created 3 new issues for implementing 1. SonarCloud checks, 2. building release and 3. publish the release to Central. |
Note that the .travis.yml is deliberately not removed as it does more
than just testing the build.
See #351.