Fantastic/backend/build.sh

6 lines
160 B
Bash
Raw Permalink Normal View History

2022-07-05 03:02:38 +01:00
#!/bin/bash
2022-09-01 21:39:34 +01:00
cargo build --target x86_64-unknown-linux-musl --release
mkdir -p ../bin
cp ./target/x86_64-unknown-linux-musl/release/fantastic-rs ../bin/backend