File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
scripts/build/Platform/Android Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
SETLOCAL EnableDelayedExpansion
11
11
12
12
IF NOT EXIST " %LY_3RDPARTY_PATH% " (
13
- ECHO [ci_build] LY_3RDPARTY_PATH is invalid or not set
14
- GOTO : error
13
+ ECHO [ci_build] Warning: LY_3RDPARTY_PATH %LY_3RDPARTY_PATH% does not exist. The 3rd party files will be downloaded.
14
+ mkdir %LY_3RDPARTY_PATH%
15
15
)
16
16
17
17
IF NOT EXIST " %GRADLE_BUILD_HOME% " (
Original file line number Diff line number Diff line change 2
2
"ENV" : {
3
3
"GRADLE_HOME" : " C:/Gradle/gradle-7.0" ,
4
4
"NODE_LABEL" : " windows-latest" ,
5
- "LY_3RDPARTY_PATH" : " D:/ workspace/ 3rdParty" ,
5
+ "LY_3RDPARTY_PATH" : " D:\\ workspace\\ 3rdParty" ,
6
6
"LY_NDK_DIR" : " C:/Android/android-sdk/ndk/21.4.7075529" ,
7
7
"TIMEOUT" : 30 ,
8
8
"WORKSPACE" : " D:/workspace" ,
You can’t perform that action at this time.
0 commit comments