Forward UNITY_LICENSE var and add all platforms

This commit is contained in:
Webber
2020-01-07 23:46:19 +01:00
committed by Webber Takken
parent 6297618cb1
commit a76c6a7321
4 changed files with 48 additions and 25 deletions

View File

@@ -23,6 +23,7 @@ export default class Docker {
const command = `docker run \
--workdir /github/workspace \
--rm \
--env UNITY_LICENSE \
--env PROJECT_PATH=${projectPath} \
--env BUILD_TARGET=${platform} \
--env BUILD_NAME=${buildName} \