mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-04 12:25:19 -04:00
16 lines
185 B
Bash
16 lines
185 B
Bash
#!/usr/bin/env bash
|
|
|
|
#
|
|
# Run steps
|
|
#
|
|
|
|
source /steps/activate.sh
|
|
source /steps/build.sh
|
|
source /steps/return_license.sh
|
|
|
|
#
|
|
# Exit with code from the build step.
|
|
#
|
|
|
|
exit $BUILD_EXIT_CODE
|