tabbed

Customized build of tabbed, the suckless tab manager
git clone git://src.adamsgaard.dk/tabbed
Log | Files | Refs | Submodules | README

commit d676fa3ceeb00267a81cdbba47a2916ea5a9bdf7
parent 09c926950e133fd5862ac57ded9d80da1442ac51
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 13 Dec 2018 08:49:21 -0500

Install build-base on alpine and pass -y flag to apt on debian

Diffstat:
M.gitlab-ci.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -3,7 +3,7 @@ build-alpine: stage: build image: alpine:edge before_script: - - apk --no-cache add autoconf make gcc libx11-dev libxft-dev git + - apk --no-cache build-base add autoconf libx11-dev libxft-dev git script: - make artifacts: @@ -15,7 +15,7 @@ build-debian: image: debian before_script: - apt-get update - - apt-get install autoconf make gcc libx11-dev libxft-dev git + - apt-get -y install autoconf make gcc libx11-dev libxft-dev git script: - make artifacts: