]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Add bionic build
authorAndreas Smas <andreas@lonelycoder.com>
Fri, 6 Apr 2018 05:00:20 +0000 (22:00 -0700)
committerAndreas Smas <andreas@lonelycoder.com>
Fri, 6 Apr 2018 05:00:20 +0000 (22:00 -0700)
.doozer.json

index deed7bd69637a1e054ba74be6edfec720d5b7dd6..a0af0fbb33bfb583f2f54c2e523e94762b17b38e 100644 (file)
         "./configure --disable-dvbscan && make -C rpm build-doozer",
         "support/bintray.py publish filelist.txt"
       ]
-    }
+    },
+    "bionic-amd64": {
+      "buildenv": "docker:ubuntu:bionic",
+      "builddeps": [
+        "cmake",
+        "git",
+        "build-essential",
+        "pkg-config",
+        "gettext",
+        "libavahi-client-dev",
+        "libssl-dev",
+        "zlib1g-dev",
+        "wget",
+        "bzip2",
+        "git-core",
+        "liburiparser-dev",
+        "libpcre2-dev",
+        "libdvbcsa-dev",
+        "python",
+        "debhelper",
+        "ccache"
+      ],
+      "buildcmd": [
+        "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-ffmpeg_static\\ --enable-hdhomerun_static ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}",
+      ]
+    },
   }
 }