We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35510b4 commit 1a19270Copy full SHA for 1a19270
.yamato/Run IL2CPP Tests.yml
@@ -35,10 +35,12 @@ commands:
35
36
git clone git@github.cds.internal.unity3d.com:unity/prtools.git
37
38
- # Step 1.5 - Set PRTOOLS_BUILD_DIR environment variable
+ # Step 1.5 - Set required environment variables
39
- command: |
40
setx PRTOOLS_BUILD_DIR "C:\buildslave\unity"
41
- $env:PRTOOLS_BUILD_DIR = "C:\buildslave\unity"
+ setx UNITY_SOURCE_PRTOOLS_DIR "C:\buildslave\unity\build"
42
+ $env: = "C:\buildslave\unity"
43
+ $env:UNITY_SOURCE_PRTOOLS_DIR = "C:\buildslave\unity\build"
44
45
# Step 2 - clone unity/il2cpp into $env:PRTOOLS_BUILD_DIR\il2cpp (C:\buildslave\unity\il2cpp)
46
0 commit comments