]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Doozer: Add builds for stretch
authorAndreas Smas <andreas@lonelycoder.com>
Fri, 18 Aug 2017 16:34:52 +0000 (09:34 -0700)
committerJaroslav Kysela <perex@perex.cz>
Mon, 18 Sep 2017 13:08:06 +0000 (15:08 +0200)
.doozer.json

index 0891db3e02daf4b041f3c5bffe510303a383d7cc..c12a1318eec4c2319b9687b681568be53d7c1705 100644 (file)
         "support/bintray.py publish filelist.txt"
       ]
     },
+    "stretch-i386": {
+      "buildenv": "stretch-i386",
+      "builddeps": [
+        "lsb-release",
+        "cmake",
+        "git",
+        "build-essential",
+        "pkg-config",
+        "gettext",
+        "libavahi-client-dev",
+        "libssl-dev",
+        "zlib1g-dev",
+        "wget",
+        "bzip2",
+        "git-core",
+        "liburiparser-dev",
+        "libpcre3-dev",
+        "python",
+        "dvb-apps",
+        "debhelper",
+        "ccache"
+      ],
+      "buildcmd": [
+        "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-ffmpeg_static\\ --enable-hdhomerun_static ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}",
+        "support/bintray.py publish filelist.txt"
+      ]
+    },
+    "stretch-amd64": {
+      "buildenv": "stretch-amd64",
+      "builddeps": [
+        "lsb-release",
+        "cmake",
+        "git",
+        "build-essential",
+        "pkg-config",
+        "gettext",
+        "libavahi-client-dev",
+        "libssl-dev",
+        "zlib1g-dev",
+        "wget",
+        "bzip2",
+        "git-core",
+        "liburiparser-dev",
+        "libpcre3-dev",
+        "python",
+        "dvb-apps",
+        "debhelper",
+        "ccache"
+      ],
+      "buildcmd": [
+        "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-ffmpeg_static\\ --enable-hdhomerun_static ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}",
+        "support/bintray.py publish filelist.txt"
+      ]
+    },
     "xenial-armhf": {
       "buildenv": "xenial-armhf",
       "builddeps": [