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

17 lines
196 B
YAML
Raw Normal View History

2024-08-30 23:18:57 +03:30
stages:
- build
image: archlinux/archlinux:base-devel
archiso:
stage: build
script:
- ./build.sh
artifacts:
paths:
- out/*.iso
expire_in: 1 week
rules:
when: manual