project-config/jenkins/jobs/liberasurecode.yaml
Clark Boylan dad9d7ed62 Move liberasurecode unittest to Xenial
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
2016-12-07 10:37:43 -08:00

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