jellyfin-build/scripts
Joshua M. Boniface e8717fbd91 Move ordering of build script
Don't build Docker first; build it last. Build NuGet packages later as
well so build failures don't need repeated comments to "fix".
2019-11-24 16:09:07 -05:00
..
build.d Move ordering of build script 2019-11-24 16:09:07 -05:00
release.d Make bash part of the buildcmd 2019-11-04 12:51:44 -05:00
README.md Add flow explanation to scripts README 2019-06-02 15:39:49 -04:00
release Update paths to new location 2019-05-18 11:49:30 -04:00
upload-artifact Remove xtracing from the upload-artifact script 2019-06-09 21:40:45 -04:00

Jellyfin autobuild scripts

This section contains the scripts used to automate releases at build.jellyfin.org. The supporting infrastructure makes use of Carlos Jenkins' GitHub webhooks tool to call the release and, in the background, release.d/release scripts, which based on the passed webhook configuration decides which build.d script to execute.

TL;DR flow