FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
InputSystem/AndroidRunTests.ps1 at develop · William9911/InputSystem · GitHub
William9911
/
InputSystem
Public
forked from
Unity-Technologies/InputSystem
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
InputSystem
/
AndroidRunTests.ps1
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (14 loc) · 703 Bytes
Breadcrumbs
InputSystem
/
AndroidRunTests.ps1
Copy path
File metadata and controls
18 lines (14 loc) · 703 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$
Env:
ANDROID_SDK_ROOT
=
"
"
If
(
!
$
Env:
ANDROID_SDK_ROOT
)
{
Write-Output
"
Please specify Android SDK Root path, for ex., C:/Program Files/Unity/Hub/Editor/2019.3.13f1/Editor/Data/PlaybackEngines/AndroidPlayer/SDK or modify this bat file
"
$
Env:
ANDROID_SDK_ROOT
=
Read-Host
-
Prompt
'
Android SDK ROOT
'
}
If
(
!
$
Env:
ANDROID_SDK_ROOT
)
{
Write-Output
"
Invalid ANDROID_SDK_ROOT location, exiting
"
exit
}
Write-Output
"
ANDROID_SDK_ROOT is
$
Env:
ANDROID_SDK_ROOT
"
Invoke-WebRequest
-
Uri
"
https://artifactory.internal.unity3d.com/core-automation/tools/utr-standalone/utr.bat
"
-
OutFile
"
utr.bat
"
.
/
utr.bat
--
suite
=
playmode
--
platform
=
android
--
player
-
load
-
path
=
build
/
players
--
artifacts_path
=
build
/
test-results
Back
|
FazBrowse Home
|
New Git URL