libbsd/.gitlab-ci.yml

10 lines
213 B
YAML
Raw Normal View History

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