image: alpine/3.17 packages: - rustup - cargo - openssl-dev - rust-clippy sources: - https://git.e3t.cc/~core/trifid tasks: - setup: | rustup target add x86_64-unknown-linux-musl - check: | cd /home/build/trifid/tfclient cargo check --locked --target x86_64-unknown-linux-musl cargo clippy --locked --target x86_64-unknown-linux-musl