mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 19:58:41 +00:00
13 lines
142 B
Bash
Executable File
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
|