mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-01-30 18:42:15 +00:00
Do clean first
This commit is contained in:
parent
274f3c9c09
commit
8ab297208d
@ -26,10 +26,10 @@ set -- "${POSITIONAL[@]}" # restore positional parameters
|
||||
if [ -z $APP_VERSION ]; then echo "APP_VERSION is not set"; exit 1; fi
|
||||
|
||||
# Clean everything first
|
||||
#cargo clean
|
||||
cargo clean
|
||||
|
||||
# Compile for mac directly
|
||||
#cargo build --release
|
||||
cargo build --release
|
||||
|
||||
# For Windows and Linux, build via docker
|
||||
docker run --rm -v $(pwd)/:/opt/zecwallet-light-cli rustbuild:latest bash -c "cd /opt/zecwallet-light-cli && cargo build --release && SODIUM_LIB_DIR='/opt/libsodium-win64/lib/' cargo build --release --target x86_64-pc-windows-gnu"
|
||||
|
Loading…
Reference in New Issue
Block a user