mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-27 14:59:29 +01:00
fix: CI
This commit is contained in:
parent
fee0eb9a74
commit
597ceab25a
@ -170,7 +170,8 @@ build_linux:
|
||||
|
||||
snap:edge:
|
||||
stage: release
|
||||
before_script: [sudo apt update && sudo apt install snapcraft -y]
|
||||
image: "snapcore/snapcraft"
|
||||
before_script: []
|
||||
variables:
|
||||
SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE}
|
||||
only:
|
||||
@ -185,7 +186,7 @@ snap:edge:
|
||||
|
||||
snap:publish:
|
||||
stage: release
|
||||
before_script: [sudo apt update && sudo apt install snapcraft -y]
|
||||
image: "snapcore/snapcraft"
|
||||
variables:
|
||||
SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE}
|
||||
only:
|
||||
|
@ -35,6 +35,7 @@ parts:
|
||||
fluffychat:
|
||||
plugin: dump
|
||||
source: ./build/linux/release/bundle/
|
||||
build-snaps: [flutter]
|
||||
stage-packages:
|
||||
- libsqlite3-dev
|
||||
#- libolm-dev # Not available in core18
|
||||
|
Loading…
Reference in New Issue
Block a user