aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-set-html5-image.sh
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-03-04 23:56:58 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-03-04 23:56:58 +0100
commit75c4d6be34bd6a4b01c507f2aaa1e41a69aa1664 (patch)
treea271a39b2c2c8e29b72347654c875b85a4ce1266 /jjb/common/include-agl-set-html5-image.sh
parent568a66cad4f28b375d7e88eca9d1f224ad10a9a6 (diff)
Enable the html5 build variant for qemux86-64
Also build a variant with html5 enabled. For now qemux86-64 only. Bug-AGL: SPEC-3108 Change-Id: I629a70807afd251e7e13aa5f90b0923e7a756ce9
Diffstat (limited to 'jjb/common/include-agl-set-html5-image.sh')
-rw-r--r--jjb/common/include-agl-set-html5-image.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/jjb/common/include-agl-set-html5-image.sh b/jjb/common/include-agl-set-html5-image.sh
index 07967736..39d7f290 100644
--- a/jjb/common/include-agl-set-html5-image.sh
+++ b/jjb/common/include-agl-set-html5-image.sh
@@ -9,6 +9,8 @@ set -e
## Header
################################################################################
+# only run on master, jellyfish and icefish
+( echo "master jellyfish icefish" | grep -q $TARGETBRANCH ) || exit 0
export TARGETFEATURES="agl-profile-graphical-html5 agl-devel"
export TARGETQA=""