Compare commits
3 Commits
v0.5.0
...
d2ae57cefd
Author | SHA1 | Date | |
---|---|---|---|
d2ae57cefd | |||
8be3bb39eb | |||
b488cf05e5 |
@ -86,20 +86,6 @@ jobs:
|
|||||||
name: Coverage results for ${{ matrix.testMode }}
|
name: Coverage results for ${{ matrix.testMode }}
|
||||||
path: ${{ steps.tests.outputs.coveragePath }}
|
path: ${{ steps.tests.outputs.coveragePath }}
|
||||||
|
|
||||||
- name: Build project
|
|
||||||
uses: game-ci/unity-builder@v4
|
|
||||||
env:
|
|
||||||
UNITY_LICENSE: ${{ secrets.UNITYLICENSE }}
|
|
||||||
UNITY_EMAIL: ${{ secrets.UNITYEMAIL }}
|
|
||||||
UNITY_PASSWORD: ${{ secrets.UNITYPASSWORD }}
|
|
||||||
with:
|
|
||||||
unityVersion: 2022.3.42f1
|
|
||||||
dockerCpuLimit: 4
|
|
||||||
dockerMemoryLimit: 8g
|
|
||||||
targetPlatform: StandaloneLinux64
|
|
||||||
allowDirtyBuild: true # necessary because the custom image doesn't fit the repo's version and it tries to change stuff accordingly ntm
|
|
||||||
customParameters: -BuildOptions.AutoRunPlayer true
|
|
||||||
|
|
||||||
Build:
|
Build:
|
||||||
name: Build
|
name: Build
|
||||||
needs: Test
|
needs: Test
|
||||||
|
@ -4,5 +4,8 @@
|
|||||||
EditorBuildSettings:
|
EditorBuildSettings:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
m_Scenes: []
|
m_Scenes:
|
||||||
|
- enabled: 1
|
||||||
|
path: Assets/Scenes/SampleScene.unity
|
||||||
|
guid: 9fc0d4010bbf28b4594072e72b8655ab
|
||||||
m_configObjects: {}
|
m_configObjects: {}
|
||||||
|
Reference in New Issue
Block a user