protocols/.drone.yml

19 lines
248 B
YAML

kind: pipeline
name: default
type: exec
steps:
- name: lfs
commands:
- git lfs install
- git lfs pull
- name: lint
commands:
- ./lint.sh
- name: build
commands:
- nix build -L
- readlink -f result