Trying debian for CI
This commit is contained in:
parent
cf136261e6
commit
7c95612cbf
|
@ -1,11 +1,15 @@
|
||||||
image: alpine/edge
|
image: debian/edge
|
||||||
packages:
|
packages:
|
||||||
- rust
|
- rustup
|
||||||
|
|
||||||
sources:
|
sources:
|
||||||
- https://git.sr.ht/~victormignot/yorokobot
|
- https://git.sr.ht/~victormignot/yorokobot
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
- setup: |
|
||||||
|
rustup toolchain install stable
|
||||||
|
rustup default stable
|
||||||
|
|
||||||
- format-check: |
|
- format-check: |
|
||||||
cd yorokobot
|
cd yorokobot
|
||||||
cargo fmt --check
|
cargo fmt --check
|
||||||
|
|
Loading…
Reference in a new issue