diff options
Diffstat (limited to '.build.yml')
| -rw-r--r-- | .build.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..c8e51f2 --- /dev/null +++ b/.build.yml @@ -0,0 +1,13 @@ +image: nixos/unstable +repositories: + nixpkgs: https://nixos.org/channels/nixpkgs-unstable +triggers: + - condition: failure + action: email + to: EuAndreh <ci@euandre.org> +sources: + - https://git.sr.ht/~euandreh/vps +tasks: + - tests: | + cd vps/ + nix-build -A test |
