Closed RalfBarkow closed 2 years ago
Ah, forgot about that, sorry. Now I am on vacation. I will check that as soon as I am back.
I started over from scratch in master branch @ RalfBarkow / Zettelkasten
What do I want to achieve?
@RalfBarkow i don't quite understand your last point. You don't have to work with prereleases, Releases can be built automatically as well.
@Elmari I don't quite understand your last point. You don't have to work with prereleases, Releases can be built automatically as well.
I would like to have a snapshot build after each push (or PR) to the development and/or a feature branch. I don't want to create a release (or pre-release) for every small change in the pt_BR build. I expect some more review cycles before pt_BR is ready for release.
Ah okay, I see. Sounds good to me. Although I think we need another platform for those builds, right? What do you think?
@Elmari I think we need another platform for those builds, right?
Currently, see feature/Update_GitHub_Actions_Workflows, I'm using Ubuntu to build the .jar and .exe targets/package, and Mac OS X to build .dmg package.
@RalfBarkow I meant for storing the nightlies / snapshots.
@Elmari I meant for storing the nightlies / snapshots.
Yes, good idea. Currently the generated artefacts could be downloaded from https://github.com/sjPlot/Zettelkasten/actions
See Project Update GitHub Actions Workflows for this issue.
@Elmari I meant for storing the nightlies / snapshots.
Yes, good idea. Currently the generated artefacts could be downloaded from https://github.com/sjPlot/Zettelkasten/actions
Ah i see, didn't know about that.
Hi @RalfBarkow, sorry for the late response and my abscence lately. I will test the java 8 build this weekend and will check what the error is and whether it is fixable. I really think we should push the bundling of the jre into the zettelkasten further. Then the user does not have to care about the installation of the JRE anymore.
Originally posted by @Elmari in https://github.com/sjPlot/Zettelkasten/issues/266#issuecomment-679851175