summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.builds/nixos.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.builds/nixos.yml b/.builds/nixos.yml
new file mode 100644
index 0000000..ec5d268
--- /dev/null
+++ b/.builds/nixos.yml
@@ -0,0 +1,18 @@
+image: nixos/latest
+repositories:
+ nixpkgs: https://nixos.org/channels/nixos-20.09
+sources:
+ - https://git.sr.ht/~matthiasbeyer/prometheus-mpd-exporter
+tasks:
+ - install: |
+ cd prometheus-mpd-exporter
+ nix-shell ./shell.nix --run "echo nix-shell ready"
+ - build: |
+ cd prometheus-mpd-exporter
+ nix-shell ./shell.nix --run "echo nix-shell ready"
+ nix-shell ./shell.nix --run "cargo build --all --all-features"
+triggers:
+ - action: email
+ condition: always
+ to: mail@beyermatthias.de
+