]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
build: Install git in gitlab CI configuration
authorGuillem Jover <guillem@hadrons.org>
Thu, 31 May 2018 01:46:14 +0000 (03:46 +0200)
committerGuillem Jover <guillem@hadrons.org>
Thu, 31 May 2018 01:46:14 +0000 (03:46 +0200)
.gitlab-ci.yml

index fe0b2893c99bdb1a1f45555fa53ca8c611a82dcf..d63c2b5ff558b7683c627d45a9a62bc830051f07 100644 (file)
@@ -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