diff options
author | Alex Auvolat <alex@adnab.me> | 2024-03-20 17:30:38 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-03-20 17:30:44 +0100 |
commit | 8abf382954c77e213245f19e2dc7e324d076047a (patch) | |
tree | 923e793263d56fc9709adaf90da270c26afebd57 /.woodpecker.yml | |
parent | 51a5771b0ba94efd35e0828c8423bc525ac8933f (diff) | |
download | guichet-8abf382954c77e213245f19e2dc7e324d076047a.tar.gz guichet-8abf382954c77e213245f19e2dc7e324d076047a.zip |
Woodpecker CI
Diffstat (limited to '.woodpecker.yml')
-rw-r--r-- | .woodpecker.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..33503db --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,13 @@ +when: + event: + - custom + - push + - pull_request + - tag + - cron + +steps: + - name: build + image: nixpkgs/nix:nixos-22.05 + commands: + - nix build --extra-experimental-features nix-command --extra-experimental-features flakes . |