Statement-Converter/scripts/build/build.sh
2025-04-18 16:28:55 -04:00

9 lines
197 B
Bash
Executable file

# Clearing The Screen
clear
# Building the Rust App
docker run --rm -it \
-v "$PWD/project:/src:Z" \
-v "$PWD/build:/app:Z" \
-e "PROJ_NAME=statement-converter" \
rust-buildbot $@