add initial woodpecker config
This commit is contained in:
parent
83cb66c204
commit
0d734e70f2
1 changed files with 11 additions and 0 deletions
11
.woodpecker.yml
Normal file
11
.woodpecker.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
image: nixos/nix
|
||||||
|
commands:
|
||||||
|
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
|
||||||
|
- nix build
|
||||||
|
volumes:
|
||||||
|
- /nix/store
|
||||||
|
when:
|
||||||
|
event: [push, pull_request]
|
||||||
|
|
Loading…
Reference in a new issue