diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-09-15 16:37:45 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-09-15 16:37:45 +0200 |
commit | 8d39f4aeeb6a3efe9cd2971792299b5df463b507 (patch) | |
tree | 37e7df36ee14c90b57a81d1329f4165ca5496c2c /jjb/common | |
parent | f3c5c6bc78737d4bdbefecde52cd3c23dbd69ba9 (diff) |
Build agl-demo-platform-html5
Change-Id: I4b8bab0855ae54c0e7850ace078ee697084ef640
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/common')
-rw-r--r-- | jjb/common/include-agl-set-html5-image.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/common/include-agl-set-html5-image.sh b/jjb/common/include-agl-set-html5-image.sh index 78af83fd..002ff994 100644 --- a/jjb/common/include-agl-set-html5-image.sh +++ b/jjb/common/include-agl-set-html5-image.sh @@ -12,9 +12,9 @@ set -e # 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 TARGETFEATURES="agl-demo agl-profile-graphical-html5 agl-devel" export TARGETQA="" -export TARGETIMAGE="agl-image-graphical-html5" +export TARGETIMAGE="agl-demo-platform-html5" eval TARGETIMAGE="$TARGETIMAGE" eval TARGETIMAGEnogfx="$TARGETIMAGE" |