Created
August 11, 2019 14:46
-
-
Save rkandas/1576bea071fc7c33e5966a0bb052a7e0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -e | |
docker run \ | |
-e BUILD_NAME \ | |
-e UNITY_LICENSE_CONTENT \ | |
-e BUILD_TARGET \ | |
-e UNITY_USERNAME \ | |
-e UNITY_PASSWORD \ | |
-w /project/ \ | |
-v $(pwd):/project/ \ | |
$IMAGE_NAME \ | |
/bin/bash -c "/project/ci/unity_license.sh && /project/ci/build.sh" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment