0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2025-01-18 10:22:30 -05:00
LibreWolf/.gitlab-ci.yml

12 lines
124 B
YAML
Raw Normal View History

2021-11-20 07:17:53 +00:00
stages:
- build
build-job:
stage: build
script:
- make all
2021-11-20 07:35:24 +00:00
artifacts:
paths:
- librewolf-*.source.*
2021-11-20 07:35:24 +00:00