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