unnamed-crypto/.build.sh
Jake Hillion af2b7dab87
Some checks are pending
continuous-integration/drone/push Build is pending
added executable bit
2021-06-14 19:46:14 +01:00

9 lines
191 B
Bash
Executable File

#!/bin/sh
set -e
set -x
# build for all architectures
cargo build --release
# tar binary files for upload
tar -czvf target/release/linux_amd64.tar.gz target/release/{farm,node,plot,wallet}