2021-02-07 10:35:57 +01:00
|
|
|
image: debian:buster
|
2018-05-31 01:45:28 +02:00
|
|
|
|
|
|
|
test:
|
2018-05-31 03:59:49 +02:00
|
|
|
before_script:
|
|
|
|
- apt update -qq
|
|
|
|
- apt install -qq -y --no-install-recommends git gcc make autoconf automake libtool
|
|
|
|
script:
|
|
|
|
- ./autogen && ./configure
|
|
|
|
- make check
|