master
parent
d35d7dad3e
commit
940e81034e
|
@ -36,7 +36,8 @@ jobs:
|
||||||
name: Build Linux(Mono)
|
name: Build Linux(Mono)
|
||||||
command: /opt/Unity/Editor/Unity -quit -batchmode -nographics -silent-crashes -logFile -projectPath . -executeMethod UnitTestBuilder.BuildUnitTest /headless /ScriptBackend Mono2x /BuildTarget StandaloneLinux64
|
command: /opt/Unity/Editor/Unity -quit -batchmode -nographics -silent-crashes -logFile -projectPath . -executeMethod UnitTestBuilder.BuildUnitTest /headless /ScriptBackend Mono2x /BuildTarget StandaloneLinux64
|
||||||
working_directory: .
|
working_directory: .
|
||||||
- run: ./bin/UnitTest/StandaloneLinux64_Mono2x/test
|
# TODO:check unity version and packages...
|
||||||
|
# - run: ./bin/UnitTest/StandaloneLinux64_Mono2x/test
|
||||||
build-and-create-package:
|
build-and-create-package:
|
||||||
parameters:
|
parameters:
|
||||||
unity_version: {type: string}
|
unity_version: {type: string}
|
||||||
|
|
Loading…
Reference in New Issue