FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
InputSystem/AndroidBuildTests.ps1 at develop · JDASEL6/InputSystem · GitHub
JDASEL6
/
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
/
AndroidBuildTests.ps1
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (14 loc) · 766 Bytes
Breadcrumbs
InputSystem
/
AndroidBuildTests.ps1
Copy path
File metadata and controls
18 lines (14 loc) · 766 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:
EDITOR_LOCATION
=
"
"
If
(
!
$
Env:
EDITOR_LOCATION
)
{
Write-Output
"
Please specify Editor path, for ex., C:/Program Files/Unity/Hub/Editor/2019.3.13f1/Editor or modify this bat file
"
$
Env:
EDITOR_LOCATION
=
Read-Host
-
Prompt
'
Editor Location
'
}
If
(
!
$
Env:
EDITOR_LOCATION
)
{
Write-Output
"
Invalid editor location, exiting
"
exit
}
Write-Output
"
Editor location is
$
Env:
EDITOR_LOCATION
"
Invoke-WebRequest
-
Uri
"
https://artifactory.internal.unity3d.com/core-automation/tools/utr-standalone/utr.bat
"
-
OutFile
"
utr.bat
"
.
/
utr.bat
--
suite
=
playmode
--
platform
=
Android
--
editor
-
location
=
"
$
Env:
EDITOR_LOCATION
"
--
testproject
=
F:
/
Projects
/
InputSystem
--
player
-
save-path
=
build
/
players
--
artifacts_path
=
build
/
logs
--
scripting
-
backend
=
il2cpp
--
build-only
Back
|
FazBrowse Home
|
New Git URL