gitblit icon indicating copy to clipboard operation
gitblit copied to clipboard

Any daily builds anywhere?

Open martinrotter opened this issue 7 years ago • 7 comments

Are there anywhere? Would like Gitblit GO builds somewhere.

martinrotter avatar Apr 04 '17 13:04 martinrotter

Not as such, no. There is a continuous build on Travis, but it only builds on commits and merge requests and does not build full GO or WAR.

flaix avatar Apr 10 '17 12:04 flaix

Hi

It would be ncie if we could try more recent versions , the current release is like 1 year old.

thanks

gerroon avatar May 09 '17 17:05 gerroon

The version 1.9.0 can be downloaded from the GitHub releases.

As for nightlies, Gitblit currently has CI builds on GitHub and on Travis. I don't know in how far these can provide build artefacts for download. CircleCI would be a candidate for that. What is the current go-to service for snapshot distribution that everyone uses?

flaix avatar Feb 01 '20 21:02 flaix

Would a daily build into a Docker container, as proposed in #1232, cover this?

flaix avatar Feb 06 '20 21:02 flaix

Nightly builds are now deployed as Docker images to Docker Hub under the gitblit/gitblit:nightly tag.

I am still not sure how to best handle nightly snapshot binaries. I am going to try and use Github actions artifact uploads. But I am not sure how accessible or discoverable that is. Another possibility would be Maven packages on Github, as the registry supports snapshot versions. Same question about how easy that is to use.

flaix avatar Nov 14 '21 11:11 flaix

you can inspire here

https://github.com/martinrotter/rssguard/blob/master/.github/workflows/rssguard.yml

martinrotter avatar Nov 14 '21 20:11 martinrotter

Really interesting. So you put it in releases along with the real releases. I'm not sure I am convinced yet, but it certainly does better with the linking issue than workflow artifacts. I'll have to think on that a bit. The question also is, if the Docker image would be enough or if there is value and interest in having binaries for download, too.

flaix avatar Nov 14 '21 21:11 flaix