From 257b69bd07f55c0c7592a3826f11f082d12ab0f2 Mon Sep 17 00:00:00 2001 From: Mark Clarkstone Date: Mon, 2 Oct 2017 22:36:06 +0100 Subject: [PATCH] doozer.io: add raspbian jessie and stretch builds --- .doozer.json | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/.doozer.json b/.doozer.json index 56fba4ad3..1c2244f57 100644 --- a/.doozer.json +++ b/.doozer.json @@ -239,6 +239,58 @@ "support/bintray.py publish filelist.txt" ] }, + "raspbian-jessie": { + "buildenv": "raspbian-jessie", + "builddeps": [ + "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-hdhomerun_static\\ --disable-ffmpeg_static ./Autobuild.sh -t raspbianjessie-armhf -j ${PARALLEL} -w ${WORKDIR}", + "support/bintray.py publish filelist.txt" + ] + }, + "raspbian-stretch": { + "buildenv": "raspbian-stretch", + "builddeps": [ + "cmake", + "git", + "build-essential", + "pkg-config", + "gettext", + "libavahi-client-dev", + "libssl-dev", + "zlib1g-dev", + "wget", + "bzip2", + "git-core", + "liburiparser-dev", + "libpcre2-dev", + "python", + "dvb-apps", + "debhelper", + "ccache" + ], + "buildcmd": [ + "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-hdhomerun_static\\ --disable-ffmpeg_static ./Autobuild.sh -t raspbianstretch-armhf -j ${PARALLEL} -w ${WORKDIR}", + "support/bintray.py publish filelist.txt" + ] + }, "xenial-arm64": { "buildenv": "xenial-arm64", "builddeps": [ -- 2.47.3