mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-08 11:02:24 +01:00
10 lines
212 B
YAML
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
|