onboarding
Christian Pauly 4 years ago
parent 78a9978b40
commit 7ae1e0f30b

@ -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…
Cancel
Save