chore: Minor snap fix
This commit is contained in:
parent
0413b0c0b1
commit
daf99699ea
|
@ -22,9 +22,10 @@ parts:
|
||||||
plugin: cmake
|
plugin: cmake
|
||||||
build-packages:
|
build-packages:
|
||||||
- build-essential
|
- build-essential
|
||||||
|
stage-packages:
|
||||||
|
- libsqlite3-0
|
||||||
override-build: |
|
override-build: |
|
||||||
rm -r olm
|
if cd olm; then git pull; else git clone https://gitlab.matrix.org/matrix-org/olm.git; fi
|
||||||
git clone https://gitlab.matrix.org/matrix-org/olm.git
|
|
||||||
cd olm
|
cd olm
|
||||||
cmake . -Bbuild
|
cmake . -Bbuild
|
||||||
cmake --build build
|
cmake --build build
|
||||||
|
@ -33,6 +34,4 @@ parts:
|
||||||
source: .
|
source: .
|
||||||
plugin: flutter
|
plugin: flutter
|
||||||
flutter-target: lib/main.dart
|
flutter-target: lib/main.dart
|
||||||
stage-packages:
|
|
||||||
- libsqlite3-0
|
|
||||||
after: [olm]
|
after: [olm]
|
||||||
|
|
Loading…
Reference in a new issue