selfprivacy.org.app/.drone.yml

11 lines
279 B
YAML
Raw Normal View History

kind: pipeline
type: exec
name: default
steps:
- name: build
commands:
2022-08-27 13:23:35 +00:00
- nix-shell --run "flutter build apk --split-per-abi"
2022-08-27 13:33:17 +00:00
environment:
2022-08-27 13:33:56 +00:00
- NIX_PATH: "nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos:/nix/var/nix/profiles/per-user/root/channels"