tabbed

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

commit cf3d98e720fdf057ad401ac068b0464254729777
parent 7db3c2356e8ec10c5a38846dd4f4fb6493ba3951
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 21 Jan 2019 12:22:20 +0100

For now, only build on arch

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -1,34 +1,34 @@ -build-alpine: - stage: build - image: alpine:edge - before_script: - - apk --no-cache add build-base autoconf libx11-dev libxft-dev git - script: - - make - artifacts: - paths: - - st/st - -build-debian: - stage: build - image: debian - before_script: - - apt-get update - - apt-get -y install autoconf make gcc libx11-dev libxft-dev git - script: - - make - artifacts: - paths: - - st/st +# build-alpine: +# stage: build +# image: alpine:edge +# before_script: +# - apk --no-cache add build-base autoconf libx11-dev libxft-dev git +# script: +# - make +# artifacts: +# paths: +# - st/st +# +# build-debian: +# stage: build +# image: debian +# before_script: +# - apt-get update +# - apt-get -y install autoconf make gcc libx11-dev libxft-dev git +# script: +# - make +# artifacts: +# paths: +# - st/st build-arch: stage: build image: base/archlinux before_script: - - pacman -Syu --noconfirm base-devel autoconf libx11 libxft git + - pacman -Syu --noconfirm base-devel webkit2gtk libx11 libxft xorg-xprop script: - make artifacts: paths: - - st/st + - surf/surf