about summary refs log tree commit diff
path: root/views/kit/buildkite.yml
blob: 0bba63726db57ecdd23eb4b8b2a5bbfaca7f5409 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Build pipeline for the filtered //views/kit workspace of depot. This
# pipeline is triggered by each build of canon.
#
# Pipeline status is visible on https://buildkite.com/tvl/tvl-kit

steps:
  - command: "nix-build --no-out-link -A besadii"
    label: ":nix: besadii"

  - command: "nix-build --no-out-link -A magrathea"
    label: ":nix: magrathea"

  - label: ":nix: lazy-deps"
    command: |
      nix-build -E 'with import ./. {}; lazy-deps { mg.attr = "magrathea"; }'
      result/bin/mg