From 28925d1d95d7bde1322b53d1153de35349e2cd4c Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Thu, 27 Feb 2020 14:20:23 +0100 Subject: Add the html5 image to the CI pipeline Add a new job to the pipeline (qemux86-64 for now) to build-test the html5 image. Bug-AGL: SPEC-3108 . Signed-off-by: Jan-Simon Moeller Change-Id: I9ef99da8cc325e55bcf44c641acbce12d59015ac --- jjb/common/include-agl-set-html5-image.sh | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 jjb/common/include-agl-set-html5-image.sh (limited to 'jjb/common/include-agl-set-html5-image.sh') diff --git a/jjb/common/include-agl-set-html5-image.sh b/jjb/common/include-agl-set-html5-image.sh new file mode 100644 index 00000000..07967736 --- /dev/null +++ b/jjb/common/include-agl-set-html5-image.sh @@ -0,0 +1,24 @@ +#!/bin/bash +# (c) 2016 Jan-Simon Moeller dl9pf(at)gmx.de +# License GPLv2 +# +# debugging purposes +set -e + +################################################################################ +## Header +################################################################################ + + +export TARGETFEATURES="agl-profile-graphical-html5 agl-devel" +export TARGETQA="" +export TARGETIMAGE="agl-demo-platform-html5" + +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