libbsd/.gitlab-ci.yml
2021-02-07 10:35:57 +01:00

10 lines
212 B
YAML

image: debian:buster
test:
before_script:
- apt update -qq
- apt install -qq -y --no-install-recommends git gcc make autoconf automake libtool
script:
- ./autogen && ./configure
- make check