Codemagic
This commit is contained in:
parent
945bc3d376
commit
89e50c7a6b
|
|
@ -9,6 +9,8 @@ workflows:
|
||||||
cocoapods: default
|
cocoapods: default
|
||||||
vars:
|
vars:
|
||||||
SNAPCRAFT_BUILD_ENVIRONMENT: host
|
SNAPCRAFT_BUILD_ENVIRONMENT: host
|
||||||
|
groups:
|
||||||
|
- snapcraft_credentials
|
||||||
cache:
|
cache:
|
||||||
cache_paths: []
|
cache_paths: []
|
||||||
triggering:
|
triggering:
|
||||||
|
|
@ -26,7 +28,9 @@ workflows:
|
||||||
- cd . && flutter packages pub get
|
- cd . && flutter packages pub get
|
||||||
- flutter config --enable-linux-desktop
|
- flutter config --enable-linux-desktop
|
||||||
#- flutter build linux --release
|
#- flutter build linux --release
|
||||||
|
- export SNAPCRAFT_STORE_CREDENTIALS=$(echo $SNAPCRAFT_LOGIN_CREDENTIALS)
|
||||||
- snapcraft snap --output invoiceninja.snap
|
- snapcraft snap --output invoiceninja.snap
|
||||||
|
- snapcraft upload invoiceninja.snap --release stable
|
||||||
artifacts:
|
artifacts:
|
||||||
- build/linux/release/bundle/**
|
- build/linux/release/bundle/**
|
||||||
- flutter_drive.log
|
- flutter_drive.log
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue