pull/110/head
Alya Sirko 2022-08-27 16:50:12 +03:00
parent 91a6079e59
commit e882ace7a7
1 changed files with 3 additions and 1 deletions

View File

@ -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"