dotfiles/.woodpecker/test.yml

21 lines
465 B
YAML
Raw Normal View History

2022-12-03 16:29:14 +00:00
pipeline:
check:
image: nixpkgs/nix-flakes:latest
pull: true
commands:
2022-12-21 15:07:53 +00:00
- time nix flake metadata
- time nix develop -c statix check ./nixos
- time nix flake check
2022-12-03 16:29:14 +00:00
2022-12-04 13:30:24 +00:00
notify:
image: drillster/drone-email
settings:
host: smtp.eu.mailgun.org
username: postmaster@$peninsula.industries
password:
from_secret: mailgun_token
from: ci@peninsula.industries
when:
- status: [ failure ]