summaryrefslogtreecommitdiffstats
path: root/.builds/debian.yml
blob: 5d57dd8313e6119b5b31f0f3ccc810b870cf48cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
image: debian/stable
packages:
  - curl
  - openssl
  - libssl-dev
  - pkg-config
sources:
  - https://git.sr.ht/~matthiasbeyer/distrox
tasks:
  - install: curl https://sh.rustup.rs -sSf | sh -s -- -y
  - check: |
      cd distrox
      PATH="$HOME/.cargo/bin:$PATH" cargo check --all --all-features