summaryrefslogtreecommitdiffstats
path: root/.builds/msrv.yml
blob: 913a6c2c46d935757ba5df9777636c87cc27c275 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
image: debian/buster
sources:
  - https://git.sr.ht/~matthiasbeyer/result-inspect
tasks:
  - install: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.33.0
  - build: |
      cd result-inspect
      PATH="$HOME/.cargo/bin:$PATH" cargo build --all --all-features
  - test: |
      cd result-inspect
      PATH="$HOME/.cargo/bin:$PATH" cargo test --all --all-features
triggers:
  - action: email
    condition: always
    to: mail@beyermatthias.de