]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
build: Install libmd-dev in the gitlab CI
authorGuillem Jover <guillem@hadrons.org>
Sun, 7 Feb 2021 09:37:18 +0000 (10:37 +0100)
committerGuillem Jover <guillem@hadrons.org>
Sun, 7 Feb 2021 09:37:18 +0000 (10:37 +0100)
.gitlab-ci.yml

index e78427293239d6dd2c5dc8e0db140b5f26027038..21a1bc7b32a4d4cecd4330bd2d6d062276f1f3ad 100644 (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