7 lines
150 B
Bash
Executable File
7 lines
150 B
Bash
Executable File
#!/bin/bash
|
|
target="armv7-unknown-linux-gnueabihf"
|
|
|
|
cargo build --target ${target}
|
|
|
|
sshpass -e q7s-cp.py ./target/${target}/debug/q7s-rs-crosscompile
|