File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 build-unity :
2323 if : ${{ ((github.event_name == 'push' && github.repository_owner == 'Cysharp') || startsWith(github.event.pull_request.head.label, 'Cysharp:')) && github.triggering_actor != 'dependabot[bot]' }}
2424 strategy :
25+ fail-fast : false
2526 matrix :
2627 unity : ["2021.3.41f1", "2022.3.39f1", "6000.0.12f1"] # Test with LTS
2728 runs-on : ubuntu-latest
4243 - uses : Cysharp/Actions/.github/actions/setup-dotnet@main
4344 - run : dotnet build -c Debug # require build before run
4445 - name : Make sure generated files are exists.
45- run : ls -lR "MemoryPack/bin/Debug/netstandard2.1"
46+ run : ls -lR "src/ MemoryPack/bin/Debug/netstandard2.1"
4647
4748 # Execute Unittest
4849 # /opt/Unity/Editor/Unity -quit -batchmode -nographics -silent-crashes -logFile -projectPath . -executeMethod UnitTestBuilder.BuildUnitTest /headless /ScriptBackend IL2CPP /BuildTarget StandaloneLinux64
You can’t perform that action at this time.
0 commit comments