Skip to content

Commit 8ebcd38

Browse files
committed
downloads the editor with unity-downloader-cli
1 parent 491f60c commit 8ebcd38

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.yamato/test-samples.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ test_sample_projects_{{ editor.version }}:
1111
- {{ upm_ci_install }}
1212
- upm-ci package pack --package-path ./Packages/com.unity.inputsystem/
1313
- curl -fsSL https://dot.net/v1/dotnet-install.sh -o /tmp/dotnet-install.sh
14-
- sudo bash /tmp/dotnet-install.sh --channel 10.0 --runtime dotnet --install-dir /usr/local/share/dotnet
15-
- ls /usr/local/share/dotnet/shared/ 2>&1 || echo "WARNING dotnet shared directory not found"
14+
- unity-downloader-cli -u {{ editor.version }} -c Editor --fast --wait
15+
- sudo bash /tmp/dotnet-install.sh --channel 10.0 --runtime dotnet --install-dir .Editor/Unity.app/Contents/Resources/Scripting/NetCoreRuntime
16+
- ls .Editor/Unity.app/Contents/Resources/Scripting/NetCoreRuntime/shared/ 2>&1 || echo "WARNING NetCoreRuntime shared directory not found"
1617
- upm-ci package test --package-path ./Packages/com.unity.inputsystem/ -u {{ editor.version }}
1718
- Editor=.Editor/Unity.app/Contents/MacOS/Unity Method=DryRun sh ExternalSampleProjects/publish.sh
1819
triggers:

0 commit comments

Comments
 (0)