mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-09 11:17:37 +01:00
10 lines
222 B
YAML
10 lines
222 B
YAML
image: debian:buster
|
|
|
|
test:
|
|
before_script:
|
|
- apt update -qq
|
|
- apt install -qq -y --no-install-recommends git gcc make autoconf automake libtool libmd-dev
|
|
script:
|
|
- ./autogen && ./configure
|
|
- make check
|