mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-07 16:33:08 +00:00
chore: add test log
This commit is contained in:
parent
f05a033343
commit
5fbf4db255
@ -54,9 +54,11 @@ else
|
|||||||
echo "Please update the submodule to ${rln_version}"
|
echo "Please update the submodule to ${rln_version}"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
echo "build with cargo"
|
||||||
# if submodule version = version in Makefile, build rln
|
# if submodule version = version in Makefile, build rln
|
||||||
cargo build --release -p rln --manifest-path "${build_dir}/rln/Cargo.toml" --features arkzkey
|
cargo build --release -p rln --manifest-path "${build_dir}/rln/Cargo.toml" --features arkzkey
|
||||||
|
|
||||||
|
echo "build with cargo"
|
||||||
echo "Contents of target/release:"
|
echo "Contents of target/release:"
|
||||||
ls -lh "${build_dir}/target/release"
|
ls -lh "${build_dir}/target/release"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user