q7s-rs-crosscompile/deploy-q7s.sh

8 lines
164 B
Bash
Executable File

#!/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