98a7755b37
Call configure and distcheck which should verify all the things we have automation for.
6 lines
72 B
YAML
6 lines
72 B
YAML
language: c
|
|
script:
|
|
- ./autogen.sh
|
|
- ./configure
|
|
- make distcheck
|