5 lines
194 B
YAML
5 lines
194 B
YAML
language: C
|
|
dist: xenial
|
|
sudo: enabled
|
|
script: sudo apt update && sudo apt install -y autopoint po4a dialog gettext libcunit1 libcunit1-dev && autoreconf -i && ./configure && make && make test
|