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