ci: add linux release

This commit is contained in:
Stéphane Cerveau 2023-09-17 16:43:31 +02:00
parent f2cc9ea886
commit dd4700eb11

View file

@ -142,6 +142,22 @@ windows installer release:
- installer/wix/*.msi
when: "always"
linux release:
extends:
- .fedora
- .fdo.distribution-image@fedora
stage: release
only:
- flatpak
- tags
script:
- meson builddir -Dbuildtype=release
- ninja -C builddir/ dist
artifacts:
paths:
- builddir/meson-dist/*
when: "always"
test-stable:
extends:
- .fedora