Redid dir layout, emphasizing rust port, antiquating bash and python ports. Also added a cleanup command to the rust build shell script.
This commit is contained in:
parent
eec91833d7
commit
0b693e403c
11 changed files with 4 additions and 410 deletions
|
@ -1,8 +1,10 @@
|
|||
#!/bin/sh
|
||||
echo -e "Cleaning up build environment"
|
||||
rm -rf osupdater/target
|
||||
echo -e "Entering build directory\n"
|
||||
cd in_development/rust/osupdater/
|
||||
cd osupdater/
|
||||
echo -e "Building osupdater\n"
|
||||
cargo build -r
|
||||
echo -e "Copying binary to git root\n"
|
||||
cp target/release/osupdater ../../../osupdater
|
||||
cp target/release/osupdater ../osupdater
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue