mirror of
https://codeberg.org/librewolf/source.git
synced 2025-03-11 13:41:31 -05:00
12 lines
139 B
YAML
12 lines
139 B
YAML
stages:
|
|
- build
|
|
|
|
build-job:
|
|
stage: build
|
|
when: manual
|
|
script:
|
|
- make all
|
|
artifacts:
|
|
paths:
|
|
- librewolf-*.source.*
|
|
|