aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker.yml
blob: 33503db470833be2e3f844b073851eb707e7b296 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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 .