and you gotta be there

This commit is contained in:
c0repwn3r 2023-02-07 13:26:04 -05:00
parent 2472d7d144
commit 5f30404ad4
Signed by: core
GPG Key ID: FDBF740DADDCEECF
1 changed files with 2 additions and 0 deletions

View File

@ -6,7 +6,9 @@ sources:
- https://git.e3t.cc/~core/trifid - https://git.e3t.cc/~core/trifid
tasks: tasks:
- check: | - check: |
cd /home/build/trifid
cargo check cargo check
cargo clippy cargo clippy
- build: | - build: |
cd /home/build/trifid
cargo build cargo build