parch-iso-plasma/.gitlab-ci.yml

15 lines
174 B
YAML
Raw Normal View History

2024-08-10 13:29:33 +00:00
stages:
- build
image: archlinux/archlinux:base-devel
archiso:
stage: build
script:
- ./build.sh
artifacts:
paths:
- out/*.iso
expire_in: 1 week