14c22c35ca
Add unit testing in the gate for liberasurecode C library Change-Id: I8889fbe20dfe6c323c21cbfe6ff7a01436c22c9e Signed-off-by: Thiago da Silva <thiago@redhat.com>
17 lines
301 B
YAML
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
|