libbsd: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu May 31 01:47:11 UTC 2018


 .gitlab-ci.yml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e354f9b1d07b45411fc4f1b3818a5769aad4d1fa
Author: Guillem Jover <guillem at hadrons.org>
Date:   Thu May 31 03:46:14 2018 +0200

    build: Install git in gitlab CI configuration

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fe0b289..d63c2b5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ image: debian:stretch
 
 before_script:
   - apt update -qq
-  - apt install --no-install-recommends -y gcc make autoconf automake libtool
+  - apt install --no-install-recommends -y git gcc make autoconf automake libtool
 
 stages:
   - autogen


More information about the libbsd mailing list