mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-21 16:41:03 +00:00
ci: add windows release
This commit is contained in:
parent
0748e9352b
commit
9c3ee809b1
1 changed files with 11 additions and 0 deletions
|
@ -127,6 +127,17 @@ rustfmt-clippy:
|
|||
- cargo clippy --version
|
||||
- cargo clippy --color=always --all-targets -- -D warnings
|
||||
|
||||
windows installer release:
|
||||
extends: 'windows installer stable'
|
||||
stage: release
|
||||
only:
|
||||
- flatpak
|
||||
- tags
|
||||
artifacts:
|
||||
paths:
|
||||
- installer/wix/*.msi
|
||||
when: 'always'
|
||||
|
||||
test-stable:
|
||||
extends:
|
||||
- .fedora
|
||||
|
|
Loading…
Reference in a new issue