add CI pt2

This commit is contained in:
c0repwn3r 2023-06-26 14:44:44 -04:00
parent 5c75a9fa25
commit 4d1d77a335
Signed by: core
GPG Key ID: FDBF740DADDCEECF
1 changed files with 6 additions and 6 deletions

View File

@ -9,37 +9,37 @@ tasks:
curl https://sh.rustup.rs -sSf | sh -s -- -y curl https://sh.rustup.rs -sSf | sh -s -- -y
source ~/.cargo/env source ~/.cargo/env
rustup target add x86_64-unknown-linux-musl rustup target add x86_64-unknown-linux-musl
- check/dnapi-rs: | - check.dnapi-rs: |
source ~/.cargo/env source ~/.cargo/env
cd /home/build/trifid/dnapi-rs cd /home/build/trifid/dnapi-rs
cargo check --locked --target x86_64-unknown-linux-musl cargo check --locked --target x86_64-unknown-linux-musl
cargo build --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 cargo clippy --locked --target x86_64-unknown-linux-musl
- check/nebula-ffi: | - check.nebula-ffi: |
source ~/.cargo/env source ~/.cargo/env
cd /home/build/trifid/nebula-ffi cd /home/build/trifid/nebula-ffi
cargo check --locked --target x86_64-unknown-linux-musl cargo check --locked --target x86_64-unknown-linux-musl
cargo build --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 cargo clippy --locked --target x86_64-unknown-linux-musl
- check/tfcli: | - check.tfcli: |
source ~/.cargo/env source ~/.cargo/env
cd /home/build/trifid/tfcli cd /home/build/trifid/tfcli
cargo check --locked --target x86_64-unknown-linux-musl cargo check --locked --target x86_64-unknown-linux-musl
cargo build --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 cargo clippy --locked --target x86_64-unknown-linux-musl
- check/tfclient: | - check.tfclient: |
source ~/.cargo/env source ~/.cargo/env
cd /home/build/trifid/tfclient cd /home/build/trifid/tfclient
cargo check --locked --target x86_64-unknown-linux-musl cargo check --locked --target x86_64-unknown-linux-musl
cargo build --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 cargo clippy --locked --target x86_64-unknown-linux-musl
- check/trifid-api: | - check.trifid-api: |
source ~/.cargo/env source ~/.cargo/env
cd /home/build/trifid/trifid-api cd /home/build/trifid/trifid-api
cargo check --locked --target x86_64-unknown-linux-musl cargo check --locked --target x86_64-unknown-linux-musl
cargo build --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 cargo clippy --locked --target x86_64-unknown-linux-musl
- check/trifid-pki: | - check.trifid-pki: |
source ~/.cargo/env source ~/.cargo/env
cd /home/build/trifid/trifid-pki cd /home/build/trifid/trifid-pki
cargo check --locked --target x86_64-unknown-linux-musl cargo check --locked --target x86_64-unknown-linux-musl