mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-24 01:36:38 +00:00
9 lines
127 B
YAML
9 lines
127 B
YAML
|
kind: pipeline
|
||
|
type: exec
|
||
|
name: default
|
||
|
|
||
|
steps:
|
||
|
- name: build
|
||
|
commands:
|
||
|
- flutter pub get
|
||
|
- flutter build apk
|