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 image: archlinux
packages: packages:
- rust - openssl
- cargo
- openssl-dev
- rust-clippy
sources: sources:
- https://git.e3t.cc/~core/trifid - https://git.e3t.cc/~core/trifid
tasks: tasks:
- setup: |
curl https://sh.rustup.rs -sSf | sh -s -- -y
rustup default stable
- check: | - check: |
cd /home/build/trifid/tfclient cd /home/build/trifid/tfclient
cargo check --locked cargo check --locked