tabbed

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

commit 20e5871514cd19598744b247f7c214d22e221d6b
parent fae2bf8add26ecd7dabfa5a2d738813180320ea0
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 21 Jan 2019 14:25:08 +0100

Fix targets and build deps on gitlab-ci

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -25,10 +25,10 @@ build-arch: stage: build image: base/archlinux before_script: - - pacman -Syu --noconfirm base-devel webkit2gtk libx11 libxft xorg-xprop git + - pacman -Syu --noconfirm base-devel libx11 libxft xorg-xprop git script: - make artifacts: paths: - - surf/surf + - tabbed/tabbed