mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-06-16 21:16:47 -07:00
Enable unity licensing server for macOS (#735)
* Remove arguments for license activation from build step * Support Unity license server on macOS platform * Prepare configuration file to appropriate path * Use extended regular expression since mac uses BSD grep * Store the exit code from license activation command --------- Co-authored-by: Webber Takken <webber@takken.io>
This commit is contained in:
Vendored
-2
@@ -149,8 +149,6 @@ echo ""
|
||||
$( [ "${MANUAL_EXIT}" == "true" ] || echo "-quit" ) \
|
||||
-batchmode \
|
||||
$( [ "${ENABLE_GPU}" == "true" ] || echo "-nographics" ) \
|
||||
-username "$UNITY_EMAIL" \
|
||||
-password "$UNITY_PASSWORD" \
|
||||
-customBuildName "$BUILD_NAME" \
|
||||
-projectPath "$UNITY_PROJECT_PATH" \
|
||||
$( [ -z "$BUILD_PROFILE" ] && echo "-buildTarget $BUILD_TARGET") \
|
||||
|
||||
Reference in New Issue
Block a user