9 lines
No EOL
184 B
Bash
Executable file
9 lines
No EOL
184 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=example" \
|
|
rust-buildbot $@ |