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