project-config/jenkins/jobs/liberasurecode.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