mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-02-02 22:26:52 +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 |