selfprivacy.org.app/.drone.yml

9 lines
138 B
YAML
Raw Normal View History

kind: pipeline
type: exec
name: default
steps:
- name: build
commands:
2022-08-27 16:23:35 +03:00
- nix-shell --run "flutter build apk --split-per-abi"