1
0
mirror of https://github.com/alrayyes/st synced 2023-11-14 15:56:30 +00:00
st/.gitlab-ci.yml

11 lines
232 B
YAML
Raw Normal View History

2019-06-12 14:58:25 +00:00
stages:
- compile
services:
- docker:dind
build:package:
stage: compile
2019-06-12 15:18:39 +00:00
image: registry.higherlearning.eu/personal/homelab/docker/arch-pkg-build
2019-06-12 14:58:25 +00:00
script:
2019-06-12 15:20:47 +00:00
- sudo -u builduser 'bash -c /usr/bin/makepkg -s'