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

11 lines
278 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"