mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-08 11:02:24 +01:00
8e834cd068
Merge all stages so that we do not need to pass artifacts around. Quiesce «apt install».
10 lines
213 B
YAML
10 lines
213 B
YAML
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
|