mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-10 10:00:00 +00:00
debug
This commit is contained in:
parent
91a6079e59
commit
e882ace7a7
|
@ -5,6 +5,8 @@ name: default
|
|||
steps:
|
||||
- name: build
|
||||
commands:
|
||||
- nix-shell --pure --run "flutter build apk --split-per-abi"
|
||||
- nix-shell --pure --run "flutter doctor -v"
|
||||
- nix-shell --pure --run "dart --version"
|
||||
#- nix-shell --pure --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"
|
||||
|
|
Loading…
Reference in a new issue