mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-25 10:30:59 +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 --version
|
||||||
- cargo clippy --color=always --all-targets -- -D warnings
|
- 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:
|
test-stable:
|
||||||
extends:
|
extends:
|
||||||
- .fedora
|
- .fedora
|
||||||
|
|
Loading…
Reference in a new issue