PowerTools/backend/build.sh

11 lines
357 B
Bash
Raw Normal View History

2022-07-30 21:33:31 +01:00
#!/bin/bash
2023-02-12 01:00:07 +00:00
#cargo build --release --target x86_64-unknown-linux-musl
cargo build --target x86_64-unknown-linux-musl
#cross build --release
mkdir -p ../bin
2023-02-12 01:00:07 +00:00
#cp ./target/x86_64-unknown-linux-musl/release/powertools-rs ../bin/backend
cp ./target/x86_64-unknown-linux-musl/debug/powertools-rs ../bin/backend
#cp ./target/release/powertools-rs ../bin/backend