obliterate that

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

View File

@ -1,15 +0,0 @@
image: alpine/3.17
packages:
- openssl-dev
sources:
- https://git.e3t.cc/~core/trifid
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