summaryrefslogtreecommitdiffstats
path: root/.woodpecker/nix-ci.yml
blob: 0503eeda6175c19a61d7d472b449367b48aa7134 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pipeline:
  nix-build:
    image: nixos/nix
    commands:
      - nix-build ./default.nix -A ${SERVICE}Image

  nix-build-config:
    image: nixos/nix
    commands:
      - nix-build ./default.nix -A config

matrix:
  SERVICE:
    - hello
    - world
    - joiner
    - person