osupdater/rust_build_osupdater.sh

8 lines
210 B
Bash
Executable file

#!/bin/sh
echo -e "Cleaning up build environment"
rm -rf target/
echo -e "Building osupdater\n"
cargo build -r --jobs $(nproc)
#echo -e "Copying binary to git root\n"
#cp target/release/osupdater ../osupdater