Skip to content

Instantly share code, notes, and snippets.

@ifnull
Created September 25, 2020 23:12
Show Gist options
  • Save ifnull/f6edaf21514f04fa8ad4e6414e176308 to your computer and use it in GitHub Desktop.
Save ifnull/f6edaf21514f04fa8ad4e6414e176308 to your computer and use it in GitHub Desktop.
export UNITY_VERSION=2019.1.12f1
export UNITY_USERNAME=username@email.com
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