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