From: Andreas Smas Date: Fri, 6 Apr 2018 05:00:20 +0000 (-0700) Subject: Add bionic build X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fd590ee9b9a7ff405c0a2faf74847433f26d19ac;p=thirdparty%2Ftvheadend.git Add bionic build --- diff --git a/.doozer.json b/.doozer.json index deed7bd69..a0af0fbb3 100644 --- a/.doozer.json +++ b/.doozer.json @@ -371,6 +371,31 @@ "./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}", + ] + }, } }