hansieodendaal 419a209e05
cargo deny
2026-01-16 14:51:52 +02:00

11 lines
348 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
cargo build --all-features --manifest-path /workspace/testing-framework/tools/cfgsync_tf/Cargo.toml --bins
cp /workspace/target/debug/cfgsync-server /workspace/artifacts/cfgsync-server
cp /workspace/target/debug/cfgsync-client /workspace/artifacts/cfgsync-client
rm -rf /workspace/target/debug/incremental