This commit is contained in:
c0repwn3r 2023-03-31 12:11:29 -04:00
parent 34c56f4163
commit e7dcea8767
Signed by: core
GPG Key ID: FDBF740DADDCEECF
1 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
image: archlinux
packages:
- rust
- cargo
- openssl-dev
- rust-clippy
- openssl
sources:
- https://git.e3t.cc/~core/trifid
tasks:
- setup: |
curl https://sh.rustup.rs -sSf | sh -s -- -y
rustup default stable
- check: |
cd /home/build/trifid/tfclient
cargo check --locked