mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-09 17:39:42 +00:00
nix-shell environment and basic drone ci config
This commit is contained in:
parent
3024016fe2
commit
21aafaa5f9
8
.drone.yml
Normal file
8
.drone.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
kind: pipeline
|
||||
type: exec
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
commands:
|
||||
- nix-shell --pure --run "flutter build apk --split-per-abi"
|
Loading…
Reference in a new issue