8 lines
82 B
YAML
8 lines
82 B
YAML
language: c
|
|
|
|
before_script:
|
|
- ./autogen.sh
|
|
|
|
script:
|
|
- ./configure && make
|