aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-set-html5-image.sh
blob: 39ac9357bab888d3b68b1cf11286611276a6206e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/bash
# (c) 2016 Jan-Simon Moeller dl9pf(at)gmx.de
# License GPLv2
#
# debugging purposes
set -e

################################################################################
## Header
################################################################################

export TARGETFEATURES="agl-demo agl-devel agl-ci"
export TARGETQA=""
export TARGETIMAGE="agl-ivi-demo-html5"

#TARGETIMAGE="$TARGETIMAGE"
TARGETIMAGEnogfx="$TARGETIMAGE"

#if $DEBUG; then
set | grep ^TARGET || true
set | grep ^GERRIT || true
set | grep ^MACHINE || true
#fi