From 4d1d77a335d91772982a22171c3b5ff0f2f70976 Mon Sep 17 00:00:00 2001 From: c0repwn3r Date: Mon, 26 Jun 2023 14:44:44 -0400 Subject: [PATCH] add CI pt2 --- .builds/check.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.builds/check.yml b/.builds/check.yml index dbf3328..63cfa12 100644 --- a/.builds/check.yml +++ b/.builds/check.yml @@ -9,37 +9,37 @@ tasks: curl https://sh.rustup.rs -sSf | sh -s -- -y source ~/.cargo/env rustup target add x86_64-unknown-linux-musl - - check/dnapi-rs: | + - check.dnapi-rs: | source ~/.cargo/env cd /home/build/trifid/dnapi-rs cargo check --locked --target x86_64-unknown-linux-musl cargo build --locked --target x86_64-unknown-linux-musl cargo clippy --locked --target x86_64-unknown-linux-musl - - check/nebula-ffi: | + - check.nebula-ffi: | source ~/.cargo/env cd /home/build/trifid/nebula-ffi cargo check --locked --target x86_64-unknown-linux-musl cargo build --locked --target x86_64-unknown-linux-musl cargo clippy --locked --target x86_64-unknown-linux-musl - - check/tfcli: | + - check.tfcli: | source ~/.cargo/env cd /home/build/trifid/tfcli cargo check --locked --target x86_64-unknown-linux-musl cargo build --locked --target x86_64-unknown-linux-musl cargo clippy --locked --target x86_64-unknown-linux-musl - - check/tfclient: | + - check.tfclient: | source ~/.cargo/env cd /home/build/trifid/tfclient cargo check --locked --target x86_64-unknown-linux-musl cargo build --locked --target x86_64-unknown-linux-musl cargo clippy --locked --target x86_64-unknown-linux-musl - - check/trifid-api: | + - check.trifid-api: | source ~/.cargo/env cd /home/build/trifid/trifid-api cargo check --locked --target x86_64-unknown-linux-musl cargo build --locked --target x86_64-unknown-linux-musl cargo clippy --locked --target x86_64-unknown-linux-musl - - check/trifid-pki: | + - check.trifid-pki: | source ~/.cargo/env cd /home/build/trifid/trifid-pki cargo check --locked --target x86_64-unknown-linux-musl