|
8 | 8 | }, |
9 | 9 | { |
10 | 10 | "name": "macos", |
11 | | - "displayName": "Build everything buildable on macOS", |
| 11 | + "displayName": "Build ExecuTorch for macOS", |
12 | 12 | "inherits": ["common"], |
13 | 13 | "generator": "Xcode", |
14 | 14 | "cacheVariables": { |
|
25 | 25 | }, |
26 | 26 | { |
27 | 27 | "name": "ios", |
28 | | - "displayName": "Build everything buildable on iOS", |
| 28 | + "displayName": "Build ExecuTorch for iOS", |
29 | 29 | "inherits": ["common"], |
30 | 30 | "generator": "Xcode", |
31 | 31 | "cacheVariables": { |
|
42 | 42 | }, |
43 | 43 | { |
44 | 44 | "name": "ios-simulator", |
45 | | - "displayName": "Build everything buildable on iOS simulator", |
| 45 | + "displayName": "Build ExecuTorch for iOS Simulator", |
46 | 46 | "inherits": ["common"], |
47 | 47 | "generator": "Xcode", |
48 | 48 | "cacheVariables": { |
|
59 | 59 | }, |
60 | 60 | { |
61 | 61 | "name": "linux", |
62 | | - "displayName": "Build everything buildable on Linux", |
| 62 | + "displayName": "Build ExecuTorch for Linux", |
63 | 63 | "inherits": ["common"], |
64 | 64 | "cacheVariables": { |
65 | 65 | "CMAKE_SYSTEM_NAME": "Linux", |
|
88 | 88 | { |
89 | 89 | "name": "llm", |
90 | 90 | "displayName": "Build LLM libraries", |
91 | | - "inherits": [ |
92 | | - "common" |
93 | | - ], |
| 91 | + "inherits": ["common"], |
94 | 92 | "cacheVariables": { |
95 | 93 | "EXECUTORCH_BUILD_PRESET_FILE": "${sourceDir}/tools/cmake/preset/llm.cmake", |
96 | 94 | "CMAKE_OSX_DEPLOYMENT_TARGET": "12.0" |
97 | 95 | }, |
98 | 96 | "condition": { |
99 | 97 | "type": "inList", |
100 | 98 | "string": "${hostSystemName}", |
101 | | - "list": [ |
102 | | - "Darwin", |
103 | | - "Linux", |
104 | | - "Windows" |
105 | | - ] |
| 99 | + "list": ["Darwin", "Linux", "Windows"] |
106 | 100 | } |
107 | 101 | }, |
108 | 102 | { |
109 | 103 | "name": "zephyr", |
110 | | - "displayName": "Build everything buildable on Zephyr RTOS", |
111 | | - "inherits": [ |
112 | | - "common" |
113 | | - ], |
| 104 | + "displayName": "Build ExecuTorch for Zephyr RTOS", |
| 105 | + "inherits": ["common"], |
114 | 106 | "cacheVariables": { |
115 | 107 | "EXECUTORCH_BUILD_PRESET_FILE": "${sourceDir}/tools/cmake/preset/zephyr.cmake", |
116 | 108 | "CMAKE_TOOLCHAIN_FILE": "${sourceDir}/examples/zephyr/x86_64-linux-arm-zephyr-eabi-gcc.cmake" |
|
0 commit comments