tabbed

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

commit 3e4b8032d90211239026f15b46e2e68475cb70da
parent e1613743df0feed039fd0056b0704aba99efe3b5
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 13 Dec 2018 08:55:14 -0500

First attempt at arch linux build

Diffstat:
M.gitlab-ci.yml | 13++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -1,4 +1,3 @@ - build-alpine: stage: build image: alpine:edge @@ -21,3 +20,15 @@ build-debian: artifacts: paths: - st/st + +build-arch: + stage: build + image: archlinux + before_script: + - pacman -Syu add build-base autoconf libx11 libxft git + script: + - make + artifacts: + paths: + - st/st +