Added rust build script
This commit is contained in:
parent
6d28b04462
commit
8d8fadc364
100 changed files with 271 additions and 2 deletions
8
rustbuild.sh
Executable file
8
rustbuild.sh
Executable 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue