Build/buildProject.sh
2022-04-08 21:15:56 +02:00

13 lines
142 B
Bash
Executable File

#!/bin/bash
# Include config
. config.sh
# Clean setup
. setup.sh
cd ${BUILD_PATH}
# Run inspection
. ${BUILD_PATH}/Inspection/inspect.sh