From: mpmc Date: Thu, 24 May 2018 18:21:57 +0000 (+0100) Subject: doozer: enable bintray publishing and i386 builds for bionic X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9346fffbdc051485317885cd539d0a30c263ad54;p=thirdparty%2Ftvheadend.git doozer: enable bintray publishing and i386 builds for bionic --- diff --git a/.doozer.json b/.doozer.json index 87ae4e33c..1b6790496 100644 --- a/.doozer.json +++ b/.doozer.json @@ -400,7 +400,7 @@ ], "buildcmd": [ "./configure --disable-dvbscan && make -C rpm build-doozer", - "support/bintray.py publish filelist.txt" + "support/bintray.py publish filelist.txt", ] }, "bionic-amd64": { @@ -426,6 +426,33 @@ ], "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", + ] + }, + "bionic-i386": { + "buildenv": "docker:i386/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}", + "support/bintray.py publish filelist.txt", ] }, } diff --git a/Autobuild/bionic-i386.sh b/Autobuild/bionic-i386.sh new file mode 100644 index 000000000..12df5691d --- /dev/null +++ b/Autobuild/bionic-i386.sh @@ -0,0 +1,3 @@ +AUTOBUILD_CONFIGURE_EXTRA="${AUTOBUILD_CONFIGURE_EXTRA:-} --arch=i686" +DEBDIST=bionic +source Autobuild/debian.sh