From bf9f342c1321e1644246ba9a92cb76518e9180e4 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Tue, 5 Mar 2019 23:53:07 -0500 Subject: [PATCH] Add build.yaml for parent build infrastructure --- build.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 build.yaml diff --git a/build.yaml b/build.yaml new file mode 100644 index 0000000000..b0d2502d53 --- /dev/null +++ b/build.yaml @@ -0,0 +1,15 @@ +--- +# We just wrap `build` so this is really it +name: "jellyfin" +version: "10.2.2" +packages: + - debian-package-x64 + - debian-package-armhf + - ubuntu-package-x64 + - fedora-package-x64 + - centos-package-x64 + - linux-x64 + - macos + - portable + - win-x64 + - win-x86