|
68 | 68 | "CMAKE_CXX_EXTENSIONS": "OFF", |
69 | 69 | "CPP_LIBRARY_FORCE_INIT": "ON" |
70 | 70 | } |
71 | | - }, |
72 | | - { |
73 | | - "name": "install", |
74 | | - "displayName": "Local Install Test", |
75 | | - "description": "Configuration for testing installation locally (installs to build/install/prefix)", |
76 | | - "binaryDir": "${sourceDir}/build/install", |
77 | | - "generator": "Ninja", |
78 | | - "cacheVariables": { |
79 | | - "CMAKE_BUILD_TYPE": "Release", |
80 | | - "BUILD_TESTING": "OFF", |
81 | | - "CMAKE_EXPORT_COMPILE_COMMANDS": "ON", |
82 | | - "CMAKE_CXX_EXTENSIONS": "OFF", |
83 | | - "CMAKE_INSTALL_PREFIX": "${sourceDir}/build/install/prefix" |
84 | | - } |
85 | 71 | } |
86 | 72 | ], |
87 | 73 | "buildPresets": [ |
88 | 74 | { "name": "default", "displayName": "Default Build", "configurePreset": "default" }, |
89 | 75 | { "name": "test", "displayName": "Build Tests", "configurePreset": "test" }, |
90 | 76 | { "name": "docs", "displayName": "Build Docs", "configurePreset": "docs", "targets": "docs" }, |
91 | 77 | { "name": "clang-tidy", "displayName": "Build with Clang-Tidy", "configurePreset": "clang-tidy" }, |
92 | | - { "name": "init", "displayName": "Initialize Templates", "configurePreset": "init" }, |
93 | | - { "name": "install", "displayName": "Build for Local Install", "configurePreset": "install" } |
| 78 | + { "name": "init", "displayName": "Initialize Templates", "configurePreset": "init" } |
94 | 79 | ], |
95 | 80 | "testPresets": [ |
96 | 81 | { "name": "test", "displayName": "Run All Tests", "configurePreset": "test", "output": { "outputOnFailure": true } }, |
|
0 commit comments