project-config/jenkins/jobs/liberasurecode.yaml
Thiago da Silva 14c22c35ca add liberasurecode gate jobs
Add unit testing in the gate for liberasurecode C library

Change-Id: I8889fbe20dfe6c323c21cbfe6ff7a01436c22c9e
Signed-off-by: Thiago da Silva <thiago@redhat.com>
2016-06-03 14:09:20 -04:00

17 lines
301 B
YAML

- job:
name: 'gate-liberasurecode-unit'
node: 'ubuntu-trusty'
builders:
- gerrit-git-prep
- install-distro-packages
- shell: |
#!/bin/bash -xe
./autogen.sh
./configure
make
make test
publishers:
- console-log