d3bf384eb8
lets always dump out the log so we can see whats going on Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
11 lines
159 B
YAML
11 lines
159 B
YAML
language: c
|
|
dist: trusty
|
|
|
|
compiler:
|
|
- clang
|
|
- gcc
|
|
|
|
script: ./autogen.sh && ./configure && make && make check
|
|
|
|
after_script: cat ./tests/runoneshot.sh.log
|
|
|