|
119 | 119 | "CMAKE_CXX_COMPILER": "g++" |
120 | 120 | } |
121 | 121 | }, |
| 122 | + { "name": "abi-check", "hidden": true, |
| 123 | + "cacheVariables": { "aide_ENABLE_ABI_COMPLIANCE_CHECK": "ON" } |
| 124 | + }, |
122 | 125 |
|
| 126 | + { "name": "codeql", "hidden": true, |
| 127 | + "cacheVariables": { "aide_ENABLE_COVERAGE": "ON" } |
| 128 | + }, |
| 129 | + |
| 130 | + { "name": "doxygen", "hidden": true, |
| 131 | + "cacheVariables": { "ENABLE_DOXYGEN": "ON" } |
| 132 | + }, |
123 | 133 | { "name": "test-on-ci", "hidden": true, |
124 | 134 | "cacheVariables": { "UNIT_TESTS_RUN_ON_CI": "ON" } |
125 | 135 | }, |
|
160 | 170 | { "name": "ci-static-unix-shared-debug", "inherits": ["clang","shared","debug","role-ci-static", "platform-unix"] }, |
161 | 171 | { "name": "ci-static-unix-shared-release", "inherits": ["clang","shared","release","role-ci-static", "platform-unix"] }, |
162 | 172 |
|
163 | | - { "name": "abi-check", "hidden": true, |
164 | | - "cacheVariables": { "aide_ENABLE_ABI_COMPLIANCE_CHECK": "ON" } |
165 | | - }, |
166 | | - |
167 | | - { "name": "codeql", "hidden": true, |
168 | | - "cacheVariables": { "aide_ENABLE_COVERAGE": "ON" } |
169 | | - }, |
170 | | - |
171 | | - { "name": "doxygen", "hidden": true, |
172 | | - "cacheVariables": { "ENABLE_DOXYGEN": "ON" } |
173 | | - }, |
174 | | - |
175 | 173 | { "name": "ci-abi-check-unix-shared-debug", "inherits": ["clang","shared","debug","abi-check", "platform-unix"], "cacheVariables": { "CMAKE_DEBUG_POSTFIX": "_d" } }, |
176 | 174 |
|
177 | 175 | { "name": "ci-codeql-unix-debug", "inherits": ["clang","static","debug","codeql", "platform-unix"] }, |
|
218 | 216 | { "name": "build-ci-static-unix-shared-debug", "configurePreset": "ci-static-unix-shared-debug", "jobs": 0 }, |
219 | 217 | { "name": "build-ci-static-unix-shared-release", "configurePreset": "ci-static-unix-shared-release", "jobs": 0 }, |
220 | 218 |
|
221 | | - { "name": "build-ci-abi-check-unix-shared-debug", "configurePreset": "ci-abi-check-unix-shared-debug", "jobs": 0 }, |
| 219 | + { "name": "build-ci-abi-check-unix-shared-debug", "configurePreset": "ci-abi-check-unix-shared-debug", "jobs": 0, "targets": ["generate_abi_compliance_report"] }, |
222 | 220 |
|
223 | 221 | { "name": "build-ci-codeql-unix-debug", "configurePreset": "ci-codeql-unix-debug", "jobs": 0 }, |
224 | 222 |
|
|
0 commit comments