mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-09 11:17:37 +01:00
build: Install git in gitlab CI configuration
This commit is contained in:
parent
4c5e9b478e
commit
e354f9b1d0
@ -2,7 +2,7 @@ image: debian:stretch
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apt update -qq
|
- 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:
|
stages:
|
||||||
- autogen
|
- autogen
|
||||||
|
Loading…
Reference in New Issue
Block a user