This commit is contained in:
c0repwn3r 2023-03-31 12:17:02 -04:00
parent cbc4a6c30d
commit 98b8da9bcc
Signed by: core
GPG Key ID: FDBF740DADDCEECF
1 changed files with 2 additions and 0 deletions

View File

@ -6,8 +6,10 @@ sources:
tasks:
- setup: |
curl https://sh.rustup.rs -sSf | sh -s -- -y
source ~/.cargo/env
rustup target add x86_64-unknown-linux-musl
- check: |
source ~/.cargo/env
cd /home/build/trifid/tfclient
cargo check --locked --target x86_64-unknown-linux-musl
cargo clippy --locked --target x86_64-unknown-linux-musl