mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 21:53:31 -05:00
11 lines
129 B
YAML
11 lines
129 B
YAML
stages:
|
|
- build
|
|
|
|
build-job:
|
|
stage: build
|
|
script:
|
|
- make all
|
|
artifacts:
|
|
paths:
|
|
- librewolf-*.source.tar.xz
|
|
|