|
71 | 71 | }
|
72 | 72 | },
|
73 | 73 | {
|
74 |
| - "name": "linux-x86_64", |
75 |
| - "displayName": "Linux x86_64", |
76 |
| - "description": "Build for Linux x86_64", |
| 74 | + "name": "ubuntu-x86_64", |
| 75 | + "displayName": "Ubuntu x86_64", |
| 76 | + "description": "Build for Ubuntu x86_64", |
77 | 77 | "inherits": ["template"],
|
78 | 78 | "binaryDir": "${sourceDir}/build_x86_64",
|
79 | 79 | "condition": {
|
|
88 | 88 | }
|
89 | 89 | },
|
90 | 90 | {
|
91 |
| - "name": "linux-ci-x86_64", |
92 |
| - "inherits": ["linux-x86_64"], |
93 |
| - "displayName": "Linux x86_64 CI build", |
94 |
| - "description": "Build for Linux x86_64 on CI", |
95 |
| - "cacheVariables": { |
96 |
| - "CMAKE_BUILD_TYPE": "RelWithDebInfo", |
97 |
| - "CMAKE_COMPILE_WARNING_AS_ERROR": true |
98 |
| - } |
99 |
| - }, |
100 |
| - { |
101 |
| - "name": "linux-aarch64", |
102 |
| - "displayName": "Linux aarch64", |
103 |
| - "description": "Build for Linux aarch64", |
104 |
| - "inherits": ["template"], |
105 |
| - "binaryDir": "${sourceDir}/build_aarch64", |
106 |
| - "condition": { |
107 |
| - "type": "equals", |
108 |
| - "lhs": "${hostSystemName}", |
109 |
| - "rhs": "Linux" |
110 |
| - }, |
111 |
| - "generator": "Ninja", |
112 |
| - "warnings": {"dev": true, "deprecated": true}, |
113 |
| - "cacheVariables": { |
114 |
| - "CMAKE_BUILD_TYPE": "RelWithDebInfo" |
115 |
| - } |
116 |
| - }, |
117 |
| - { |
118 |
| - "name": "linux-ci-aarch64", |
119 |
| - "inherits": ["linux-aarch64"], |
120 |
| - "displayName": "Linux aarch64 CI build", |
121 |
| - "description": "Build for Linux aarch64 on CI", |
| 91 | + "name": "ubuntu-ci-x86_64", |
| 92 | + "inherits": ["ubuntu-x86_64"], |
| 93 | + "displayName": "Ubuntu x86_64 CI build", |
| 94 | + "description": "Build for Ubuntu x86_64 on CI", |
122 | 95 | "cacheVariables": {
|
123 | 96 | "CMAKE_BUILD_TYPE": "RelWithDebInfo",
|
124 | 97 | "CMAKE_COMPILE_WARNING_AS_ERROR": true
|
|
155 | 128 | "configuration": "RelWithDebInfo"
|
156 | 129 | },
|
157 | 130 | {
|
158 |
| - "name": "linux-x86_64", |
159 |
| - "configurePreset": "linux-x86_64", |
160 |
| - "displayName": "Linux x86_64", |
161 |
| - "description": "Linux build for x86_64", |
162 |
| - "configuration": "RelWithDebInfo" |
163 |
| - }, |
164 |
| - { |
165 |
| - "name": "linux-ci-x86_64", |
166 |
| - "configurePreset": "linux-ci-x86_64", |
167 |
| - "displayName": "Linux x86_64 CI", |
168 |
| - "description": "Linux CI build for x86_64", |
169 |
| - "configuration": "RelWithDebInfo" |
170 |
| - }, |
171 |
| - { |
172 |
| - "name": "linux-aarch64", |
173 |
| - "configurePreset": "linux-aarch64", |
174 |
| - "displayName": "Linux aarch64", |
175 |
| - "description": "Linux build for aarch64", |
| 131 | + "name": "ubuntu-x86_64", |
| 132 | + "configurePreset": "ubuntu-x86_64", |
| 133 | + "displayName": "Ubuntu x86_64", |
| 134 | + "description": "Ubuntu build for x86_64", |
176 | 135 | "configuration": "RelWithDebInfo"
|
177 | 136 | },
|
178 | 137 | {
|
179 |
| - "name": "linux-ci-aarch64", |
180 |
| - "configurePreset": "linux-ci-aarch64", |
181 |
| - "displayName": "Linux aarch64 CI", |
182 |
| - "description": "Linux CI build for aarch64", |
| 138 | + "name": "ubuntu-ci-x86_64", |
| 139 | + "configurePreset": "ubuntu-ci-x86_64", |
| 140 | + "displayName": "Ubuntu x86_64 CI", |
| 141 | + "description": "Ubuntu CI build for x86_64", |
183 | 142 | "configuration": "RelWithDebInfo"
|
184 | 143 | }
|
185 | 144 | ]
|
|
0 commit comments