summaryrefslogtreecommitdiffstats
path: root/.builds/stable.yml
blob: d4203e598b25c9a3acce7036480dca49db3a4f0f (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
  - 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