diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-05-23 14:39:21 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-05-23 14:39:21 +0200 |
commit | e5fb35eb200e3476297ba3f0465775a05fb86e86 (patch) | |
tree | 24a37258f0e169c9b9ff973d3e49bc0ace50cf61 /jjb/ci-apps-verify/ci-apps-jjb.local.sh | |
parent | 4e4dcbc9464ab69208f528284afff50f10118d2d (diff) |
Add initial job template for application builds within jenkins
This adds the necessary plumbing to build applications for the 3-4 different target architectures
for applications within jenkins as CI builds.
Change-Id: I263c3ba25fa6dbea78d305ff453cca1106724316
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/ci-apps-verify/ci-apps-jjb.local.sh')
-rwxr-xr-x | jjb/ci-apps-verify/ci-apps-jjb.local.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/jjb/ci-apps-verify/ci-apps-jjb.local.sh b/jjb/ci-apps-verify/ci-apps-jjb.local.sh new file mode 100755 index 00000000..8c5a74b0 --- /dev/null +++ b/jjb/ci-apps-verify/ci-apps-jjb.local.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +set -x +. ../common/include-apps-header.sh +. ../common/include-apps-fetch-install-sdk.sh |