0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 21:53:31 -05:00
LibreWolf/.gitlab-ci.yml

12 lines
124 B
YAML
Raw Normal View History

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