From 805a354a779fbe6ec52d8db85d2b9dd5182004cb Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 4 Jul 2020 22:41:41 +0200 Subject: Add srht builds Signed-off-by: Matthias Beyer --- .builds/nixos.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .builds/nixos.yml (limited to '.builds') diff --git a/.builds/nixos.yml b/.builds/nixos.yml new file mode 100644 index 0000000..511f362 --- /dev/null +++ b/.builds/nixos.yml @@ -0,0 +1,14 @@ +image: nixos/latest +repositories: + nixpkgs: https://nixos.org/channels/nixos-20.03 +sources: + - https://git.sr.ht/~matthiasbeyer/muar +tasks: + - build: | + cd muar + nix-shell ./shell.nix --run "cargo build --all --all-features" +triggers: + - action: email + condition: always + to: mail@beyermatthias.de + -- cgit v1.2.3