split tasks

pull/110/head
Alya Sirko 2022-08-28 00:05:13 +03:00
parent 357bb5e7b3
commit 58b3c08b9f
1 changed files with 6 additions and 3 deletions

View File

@ -6,10 +6,13 @@ steps:
- name: build
commands:
- nix-shell --pure --run "flutter build apk --split-per-abi"
- name: deploy
commands:
- scp build/app/outputs/apk/release/*.apk 10.0.0.3:/var/lib/fdroid/repo
environment:
NIX_PATH: "nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos:unstable=/nix/var/nix/profiles/per-user/root/channels/unstable"
NIXPKGS_ALLOW_UNFREE: 1
environment:
NIX_PATH: "nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos:unstable=/nix/var/nix/profiles/per-user/root/channels/unstable"
NIXPKGS_ALLOW_UNFREE: 1
node:
server: builder