mirror of
https://github.com/alrayyes/st
synced 2023-11-14 15:56:30 +00:00
11 lines
145 B
YAML
11 lines
145 B
YAML
stages:
|
|
- compile
|
|
|
|
services:
|
|
- docker:dind
|
|
|
|
build:package:
|
|
stage: compile
|
|
image: archlinux/base
|
|
script:
|
|
- makepkg -si |