aboutsummaryrefslogtreecommitdiff
path: root/optee-client.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-04-27 19:54:11 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2017-04-28 04:19:39 +0000
commitc79166d29cc2ad713b510c247c6e4e4f5140043d (patch)
tree7112237346f23eea8ed5c27b107f2afa0a724d69 /optee-client.yaml
parent4bcd78225553afffba2e1396636962747916dc57 (diff)
optee-client: initial build job, converted from Travis CI
Change-Id: I8501ce7e1a921564178d5c6874180583c8a713e7 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'optee-client.yaml')
-rw-r--r--optee-client.yaml38
1 files changed, 38 insertions, 0 deletions
diff --git a/optee-client.yaml b/optee-client.yaml
new file mode 100644
index 00000000..5efe2153
--- /dev/null
+++ b/optee-client.yaml
@@ -0,0 +1,38 @@
+- job:
+ name: optee-client
+ project-type: freestyle
+ defaults: global
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ - job-extended-read
+ op-tee:
+ - job-read
+ - job-extended-read
+ - job-build
+ - job-cancel
+ - job-configure
+ - build-discarder:
+ days-to-keep: 90
+ num-to-keep: 90
+ disabled: false
+ node: docker-xenial-amd64
+ display-name: 'OP-TEE Client - Normal World Client side of the TEE'
+ scm:
+ - git:
+ url: https://github.com/OP-TEE/optee_client.git
+ refspec: +refs/heads/master:refs/remotes/origin/master
+ name: origin
+ branches:
+ - refs/heads/master
+ skip-tag: true
+ shallow-clone: true
+ wipe-workspace: false
+ wrappers:
+ - timestamps
+ - build-name:
+ name: '#${BUILD_NUMBER}-${GIT_REVISION,length=8}'
+ builders:
+ - shell:
+ !include-raw: optee/client/builders.sh