summaryrefslogtreecommitdiffstats
path: root/.builds/nixos.yml
blob: ec5d268dbb27171f36f57843b6710c297f9acc29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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