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

Automate the publication of binary artifacts from CI #21

Open
labra opened this issue Dec 9, 2019 · 3 comments
Open

Automate the publication of binary artifacts from CI #21

labra opened this issue Dec 9, 2019 · 3 comments

Comments

@labra
Copy link
Member

labra commented Dec 9, 2019

The publication of artifacts could be automated from the continuous integration process to avoid manual errors.

One important aspect is to remove coverage code before publishing by activating coverageOff.

@thewillyhuman
Copy link
Member

If we use automatic deployment for artifact publication we must add some kind of safe guard against no-test-passing code on Master. Else if non working code gets there can make fail any other project relying on this.

@labra
Copy link
Member Author

labra commented Dec 9, 2019

Yes, I think we should publish only when all the tests pass and the version in file version.sbt changes.

Maybe sbt-dynver can help to keep the version updated, but I am not sure yet.

@labra
Copy link
Member Author

labra commented Mar 3, 2021

I will try to automate this using sbt-github-actions, sbt-github-packages and sbt-ci-release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants