dad9d7ed62
This project doesn't have stable branches so just move the unittest ahead to Xenial as part of the Trusty to Xenial switch. Change-Id: I5bb91e029b6db6145542ec0f4124fefd188d5ef1
18 lines
330 B
YAML
18 lines
330 B
YAML
- job:
|
|
name: 'gate-liberasurecode-unit'
|
|
node: 'ubuntu-xenial'
|
|
|
|
builders:
|
|
- gerrit-git-prep
|
|
- install-distro-packages
|
|
- shell: |
|
|
#!/bin/bash -xe
|
|
./autogen.sh
|
|
./configure
|
|
make
|
|
make test
|
|
make valgrind-test
|
|
|
|
publishers:
|
|
- console-log
|