2018-03-29 04:38:48 +02:00
|
|
|
language: C
|
2018-10-29 21:01:03 +01:00
|
|
|
dist: xenial
|
2018-03-29 04:38:48 +02:00
|
|
|
sudo: enabled
|
2018-10-31 23:33:37 +01:00
|
|
|
script: sudo apt update && sudo apt install -y autopoint po4a dialog gettext libcunit1 libcunit1-dev && autoreconf -i && ./configure && make && make test
|