selfprivacy.org.app/.drone.yml
2022-08-27 16:34:43 +03:00

11 lines
277 B
YAML

kind: pipeline
type: exec
name: default
steps:
- name: build
commands:
- nix-shell --run "flutter build apk --split-per-abi"
environment:
NIX_PATH: "nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos:/nix/var/nix/profiles/per-user/root/channels"