2023-03-31 16:10:21 +00:00
|
|
|
image: archlinux
|
2023-03-31 15:54:04 +00:00
|
|
|
packages:
|
2023-03-31 16:11:29 +00:00
|
|
|
- openssl
|
2023-03-31 15:54:04 +00:00
|
|
|
sources:
|
|
|
|
- https://git.e3t.cc/~core/trifid
|
|
|
|
tasks:
|
2023-03-31 16:11:29 +00:00
|
|
|
- setup: |
|
|
|
|
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
|
|
|
rustup default stable
|
2023-03-31 15:54:04 +00:00
|
|
|
- check: |
|
|
|
|
cd /home/build/trifid/tfclient
|
|
|
|
cargo check --locked
|
2023-03-31 16:08:37 +00:00
|
|
|
cargo clippy --locked
|