From fcd1ea2c2baff977470da8ca53db560c8df21073 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Thu, 5 Mar 2020 18:02:20 +0100 Subject: Add build variant for agl-compositor image in CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Build the agl-compositor feature for qemux86-64. Change-Id: I83b79a390d3981b98b24aa53a56aacf9a3f177e5 Bug-AGL: SPEC-3253 Signed-off-by: Jan-Simon Möller --- jjb/common/include-agl-set-compositor-image.sh | 27 ++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 jjb/common/include-agl-set-compositor-image.sh (limited to 'jjb/common/include-agl-set-compositor-image.sh') diff --git a/jjb/common/include-agl-set-compositor-image.sh b/jjb/common/include-agl-set-compositor-image.sh new file mode 100644 index 00000000..3bb577a1 --- /dev/null +++ b/jjb/common/include-agl-set-compositor-image.sh @@ -0,0 +1,27 @@ +#!/bin/bash +# (c) 2016 Jan-Simon Moeller dl9pf(at)gmx.de +# License GPLv2 +# +# debugging purposes +set -e + +################################################################################ +## Header +################################################################################ + +# only run on master, jellyfish and icefish +( echo "master jellyfish icefish" | grep -q $TARGETBRANCH ) || exit 0 + +# Use the agl-compositor +export TARGETFEATURES="agl-demo agl-devel agl-netboot agl-compositor" +export TARGETQA="" +export TARGETIMAGE="agl-demo-platform" + +eval TARGETIMAGE="$TARGETIMAGE" +eval TARGETIMAGEnogfx="$TARGETIMAGE" + +#if $DEBUG; then +set | grep ^TARGET || true +set | grep ^GERRIT || true +set | grep ^MACHINE || true +#fi -- cgit 1.2.3-korg