add validation to s9pks

This commit is contained in:
Aiden McClelland
2022-02-07 15:27:07 -07:00
committed by Aiden McClelland
parent 2c17038b19
commit 08770567d2
11 changed files with 321 additions and 15 deletions

View File

@@ -3,9 +3,9 @@
set -e
shopt -s expand_aliases
if [ "$0" != "./build-sdk.sh" ]; then
if [ "$0" != "./install-sdk.sh" ]; then
>&2 echo "Must be run from backend directory"
exit 1
fi
cargo install --bin=embassy-sdk --path=. --no-default-features --verbose
cargo install --bin=embassy-sdk --path=. --no-default-features