8 lines
142 B
YAML
8 lines
142 B
YAML
language: c
|
|
before_install:
|
|
- sudo apt-get update -qq
|
|
- sudo apt-get install -qq texinfo
|
|
script:
|
|
- ./configure && make && make check
|
|
|