CI: Build and publish snap from CI
This commit is contained in:
parent
6784cab099
commit
67f33c0f90
2 changed files with 56 additions and 5 deletions
|
|
@ -178,6 +178,17 @@ build_linux_arm64:
|
|||
paths:
|
||||
- build/linux/arm64/release/bundle/
|
||||
|
||||
snap_edge:
|
||||
stage: deploy
|
||||
script: [./scripts/publish-snap-edge.sh]
|
||||
only:
|
||||
- main
|
||||
needs: [build_linux_x86]
|
||||
artifacts:
|
||||
when: on_success
|
||||
paths:
|
||||
- *.snap
|
||||
|
||||
update-dependencies:
|
||||
stage: coverage
|
||||
needs: []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue