mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-31 18:13:58 -05:00
Update .gitlab-ci.yml
This commit is contained in:
parent
819a74d8c0
commit
422fc0864a
1 changed files with 4 additions and 0 deletions
|
@ -5,3 +5,7 @@ build-job:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- make all
|
- make all
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- librewolf-*.source.tar.gz
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue