q7s-rs-crosscompile/deploy-q7s.sh

8 lines
164 B
Bash
Raw Normal View History

2021-08-14 17:13:45 +02:00
#!/bin/bash -i
echo $PATH
target="armv7-unknown-linux-gnueabihf"
cargo build --target ${target}
sshpass -e q7s-cp.py ./target/${target}/debug/q7s-rs-crosscompile