Skip to content

Commit 35510b4

Browse files
committed
Add PRTOOLS_BUILD_DIR environment variable setup before running PRTools
1 parent ff7312c commit 35510b4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.yamato/Run IL2CPP Tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ commands:
3535
3636
git clone git@github.cds.internal.unity3d.com:unity/prtools.git
3737
38+
# Step 1.5 - Set PRTOOLS_BUILD_DIR environment variable
39+
- command: |
40+
setx PRTOOLS_BUILD_DIR "C:\buildslave\unity"
41+
$env:PRTOOLS_BUILD_DIR = "C:\buildslave\unity"
42+
3843
# Step 2 - clone unity/il2cpp into $env:PRTOOLS_BUILD_DIR\il2cpp (C:\buildslave\unity\il2cpp)
3944
- command: |
4045
git config --global core.longpaths true

0 commit comments

Comments
 (0)