summaryrefslogtreecommitdiffstats
path: root/.woodpecker/nix-ci.yml
blob: 7332de14637ebb692c52be4e014230b8e349de71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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