mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Passthru build.sh/script.sh command line arguments (#2837)
This commit is contained in:
@@ -20,12 +20,12 @@ case $TARGET in
|
||||
sudo apt-get -y update
|
||||
sudo apt-get install -y cmake pkg-config libssl-dev
|
||||
|
||||
cargo test --all --release --locked
|
||||
cargo test --all --release --locked "$@"
|
||||
;;
|
||||
|
||||
"wasm")
|
||||
# Install prerequisites and build all wasm projects
|
||||
./scripts/init.sh
|
||||
./scripts/build.sh
|
||||
./scripts/build.sh "$@"
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user