diff options
author | Christian Höppner | 2020-11-14 20:37:51 +0000 |
---|---|---|
committer | notgne2 | 2020-11-14 14:12:29 -0700 |
commit | f32a6f17f6b1fb4bf9c3a9857e459177081dbb56 (patch) | |
tree | b3032c1b29a00e76b7c5c56b358d9c52e13b8fdf /.buildkite | |
parent | cd751f1e95c9ac5e73cf5e6b0423d05ec9adcc7f (diff) |
[OPS-1085] Add CI
Diffstat (limited to '.buildkite')
-rw-r--r-- | .buildkite/pipeline.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml new file mode 100644 index 0000000..95c9417 --- /dev/null +++ b/.buildkite/pipeline.yml @@ -0,0 +1,4 @@ +steps: + - label: Check Nix flake + commands: + - nix-shell --run 'nix --experimental-features "nix-command flakes" flake check' |