mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-23 22:12:34 +01:00
fix: CI
This commit is contained in:
parent
597ceab25a
commit
4d1a171949
@ -171,7 +171,9 @@ build_linux:
|
||||
snap:edge:
|
||||
stage: release
|
||||
image: "snapcore/snapcraft"
|
||||
before_script: []
|
||||
before_script:
|
||||
- git clone https://github.com/flutter/flutter.git
|
||||
- export PATH="$PATH:`pwd`/flutter/bin"
|
||||
variables:
|
||||
SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE}
|
||||
only:
|
||||
|
@ -35,7 +35,6 @@ 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