selfprivacy.org.app/.drone.yml

11 lines
277 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"
2022-08-27 16:33:17 +03:00
environment:
2022-08-27 16:34:43 +03:00
NIX_PATH: "nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos:/nix/var/nix/profiles/per-user/root/channels"