Added rust build script

This commit is contained in:
Andrew Schott 2024-03-09 18:03:54 -06:00
parent 6d28b04462
commit 8d8fadc364
100 changed files with 271 additions and 2 deletions

8
rustbuild.sh Executable file
View file

@ -0,0 +1,8 @@
#!/bin/sh
printf "Entering build directory\n"
cd in_development/rust/osupdater/
printf "Building osupdater\n"
cargo build -r
printf "Copying binary to git root\n"
cp target/release/osupdater ../../../osupdater