package-ecosystems/.drone.yml

17 lines
495 B
YAML
Raw Normal View History

2022-05-17 02:14:33 +00:00
kind: pipeline
name: default
steps:
- name: build
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
commands:
- nix develop --command scripts/build.sh
- name: test
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
commands:
- nix develop --command scripts/test.sh
- name: release
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
commands:
- nix develop --command scripts/release.sh