mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #3384] [CLOSED] Add Azure DevOps package builds #9495
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/3384
Author: @joshuaboniface
Created: 6/20/2020
Status: ❌ Closed
Base:
master← Head:azure-ci📝 Commits (2)
3599ae7Add Azure pipelines configuration for servera418c24Modify build scripts to build Unstable versions📊 Changes
14 files changed (+266 additions, -4 deletions)
View changed files
➕
.ci/azure-pipelines-package.yml(+122 -0)📝
.ci/azure-pipelines.yml(+2 -0)📝
deployment/build.centos.amd64(+16 -0)📝
deployment/build.debian.amd64(+15 -0)📝
deployment/build.debian.arm64(+15 -0)📝
deployment/build.debian.armhf(+15 -0)📝
deployment/build.fedora.amd64(+16 -0)📝
deployment/build.linux.amd64(+5 -1)📝
deployment/build.macos(+5 -1)📝
deployment/build.portable(+5 -1)📝
deployment/build.ubuntu.amd64(+15 -0)📝
deployment/build.ubuntu.arm64(+15 -0)📝
deployment/build.ubuntu.armhf(+15 -0)📝
deployment/build.windows.amd64(+5 -1)📄 Description
Changes
Adds configuration to build packages with Azure DevOps. Identical in setup to Web, though with the server-specific tweaks applied.
Right now is configured to build off of this branch; like Web, it will be switched to
refs/heads/masteronce tested.Issues
N/A
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.