From cf00e8181097e32ff40dd69e1c15d7a0c9ea3a40 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Mon, 7 Nov 2016 12:37:23 +0100 Subject: Add generic jjb CI job for AGL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8264fd08a6ea2348751c1c7ed15da1103fbf4272 Signed-off-by: Jan-Simon Möller --- jjb/common/include-agl-test-nbd-short.sh | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 jjb/common/include-agl-test-nbd-short.sh (limited to 'jjb/common/include-agl-test-nbd-short.sh') diff --git a/jjb/common/include-agl-test-nbd-short.sh b/jjb/common/include-agl-test-nbd-short.sh new file mode 100644 index 00000000..dcaa65cb --- /dev/null +++ b/jjb/common/include-agl-test-nbd-short.sh @@ -0,0 +1,29 @@ +# (c) 2016 Jan-Simon Moeller dl9pf(at)gmx.de +# License GPLv2 + +################################################################################ +## Main +################################################################################ + +# test currently only for porter, rest WIP +TESTRUN=false +echo "## $MACHINE ##" + +case $MACHINE in + porter-nogfx) + TESTRUN=true + ;; + porter) + TESTRUN=true + ;; + *) + TESTRUN=false + ;; +esac + + +if $TESTRUN; then + +echo "TBD" + +fi \ No newline at end of file -- cgit 1.2.3-korg