Build scripts and build system consolidation.

Squashed commit.
This commit is contained in:
Erwin de Haan
2019-01-10 19:45:21 +01:00
parent 3d867c2c46
commit 399a079dd4
66 changed files with 605 additions and 217 deletions

View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
source ../common.build.sh
VERSION=`get_version ../..`
#Magic word framework will create a non self contained build
build_jellyfin ../../Jellyfin.Server Release framework `pwd`/dist/jellyfin_${VERSION}

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
source ../common.build.sh
VERSION=`get_version ../..`
clean_jellyfin ../.. Release `pwd`/dist/jellyfin_${VERSION}

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
source ../common.build.sh
VERSION=`get_version ../..`
package_portable ../.. `pwd`/dist/jellyfin_${VERSION}