mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-09 03:08:38 +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:
|
test:
|
||||||
before_script:
|
before_script:
|
||||||
- apt update -qq
|
- 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:
|
script:
|
||||||
- ./autogen && ./configure
|
- ./autogen && ./configure
|
||||||
- make check
|
- make check
|
||||||
|
Loading…
Reference in New Issue
Block a user