CI: Build and publish snap from CI

This commit is contained in:
Krille Fear 2021-11-14 10:04:47 +01:00
commit 67f33c0f90
2 changed files with 56 additions and 5 deletions

View file

@ -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: []