a1053ad45c
Because liberasurecode is an implementation of C lang, valgrind check reult is always useful to see the memory leak check. Change-Id: I23cd881a1ab82202d421b7d0b516d02dd13fdfb9
18 lines
330 B
YAML
18 lines
330 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
|
|
make valgrind-test
|
|
|
|
publishers:
|
|
- console-log
|