guichet/.drone.yml

27 lines
398 B
YAML
Raw Normal View History

2021-04-05 10:22:43 +00:00
---
2022-12-02 11:16:27 +00:00
kind: pipeline
name: default
node:
nix-daemon: 1
steps:
- name: build
image: nixpkgs/nix:nixos-22.05
2021-02-24 16:43:23 +00:00
commands:
2022-12-02 11:16:27 +00:00
- nix build --extra-experimental-features nix-command --extra-experimental-features flakes .
trigger:
event:
- custom
- push
- pull_request
- tag
- cron
2021-02-24 16:43:23 +00:00
2021-04-05 10:22:43 +00:00
---
kind: signature
2022-12-02 11:16:27 +00:00
hmac: 7fc9d4362327e769e2454229ceb91f587eb11755f1f96207f733e41cc650f693
2021-04-05 10:22:43 +00:00
...