mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-08 11:02:24 +01:00
build: Install libmd-dev in the gitlab CI
This commit is contained in:
parent
766c883e30
commit
4ab11c7f48
@ -3,7 +3,7 @@ image: debian:buster
|
||||
test:
|
||||
before_script:
|
||||
- apt update -qq
|
||||
- apt install -qq -y --no-install-recommends git gcc make autoconf automake libtool
|
||||
- apt install -qq -y --no-install-recommends git gcc make autoconf automake libtool libmd-dev
|
||||
script:
|
||||
- ./autogen && ./configure
|
||||
- make check
|
||||
|
Loading…
Reference in New Issue
Block a user