aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker.yml
blob: d165c7ec2fcef6fa69f4ea401af22bb041acd2d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
when:
  event:
  - push
  - pull_request
  - tag
  - cron
  - manual

steps:
  - name: build
    image: nixpkgs/nix:nixos-22.05
    commands:
      - nix build --extra-experimental-features nix-command --extra-experimental-features flakes .