build: Install libmd-dev in the gitlab CI

This commit is contained in:
Guillem Jover 2021-02-07 10:37:18 +01:00
parent 766c883e30
commit 4ab11c7f48

View File

@ -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