Created
September 25, 2020 23:12
-
-
Save ifnull/f6edaf21514f04fa8ad4e6414e176308 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
export UNITY_VERSION=2019.1.12f1 | |
export [email protected] | |
export UNITY_PASSWORD=******** | |
export UNITY_CIPHER=change_me_to_anything_secure | |
export BUILD_TARGET=StandaloneWindows64; | |
export BUILD_NAME=projectname-; | |
export CIRCLE_BUILD_NUM=00; | |
export CIRCLE_USERNAME=localhost; | |
export CIRCLE_BRANCH=test; | |
./bin/build.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment