Reconfigure ci presets
Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
This commit is contained in:
parent
76e25a9bdb
commit
064c486329
@ -12,9 +12,21 @@
|
|||||||
"default"
|
"default"
|
||||||
],
|
],
|
||||||
"cacheVariables": {
|
"cacheVariables": {
|
||||||
|
"CMAKE_BUILD_TYPE": {
|
||||||
|
"type": "STRING",
|
||||||
|
"value": "Debug"
|
||||||
|
},
|
||||||
"JSON_VALIDATOR_BUILD_TESTS": {
|
"JSON_VALIDATOR_BUILD_TESTS": {
|
||||||
"type": "BOOL",
|
"type": "BOOL",
|
||||||
"value": true
|
"value": true
|
||||||
|
},
|
||||||
|
"JSON_VALIDATOR_INSTALL": {
|
||||||
|
"type": "BOOL",
|
||||||
|
"value": false
|
||||||
|
},
|
||||||
|
"JSON_BuildTests": {
|
||||||
|
"type": "BOOL",
|
||||||
|
"value": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"errors": {
|
"errors": {
|
||||||
@ -27,7 +39,7 @@
|
|||||||
"inherits": [
|
"inherits": [
|
||||||
"ci-base"
|
"ci-base"
|
||||||
],
|
],
|
||||||
"binaryDir": "cmake-build-release-gcc",
|
"binaryDir": "cmake-build-ci-gcc",
|
||||||
"cacheVariables": {
|
"cacheVariables": {
|
||||||
"CMAKE_CXX_COMPILER": {
|
"CMAKE_CXX_COMPILER": {
|
||||||
"type": "FILEPATH",
|
"type": "FILEPATH",
|
||||||
@ -45,7 +57,7 @@
|
|||||||
"inherits": [
|
"inherits": [
|
||||||
"ci-base"
|
"ci-base"
|
||||||
],
|
],
|
||||||
"binaryDir": "cmake-build-release-intel",
|
"binaryDir": "cmake-build-ci-intel",
|
||||||
"cacheVariables": {
|
"cacheVariables": {
|
||||||
"CMAKE_CXX_COMPILER": {
|
"CMAKE_CXX_COMPILER": {
|
||||||
"type": "FILEPATH",
|
"type": "FILEPATH",
|
||||||
@ -59,7 +71,7 @@
|
|||||||
"inherits": [
|
"inherits": [
|
||||||
"ci-base"
|
"ci-base"
|
||||||
],
|
],
|
||||||
"binaryDir": "cmake-build-release-llvm",
|
"binaryDir": "cmake-build-ci-llvm",
|
||||||
"cacheVariables": {
|
"cacheVariables": {
|
||||||
"CMAKE_CXX_COMPILER": {
|
"CMAKE_CXX_COMPILER": {
|
||||||
"type": "FILEPATH",
|
"type": "FILEPATH",
|
||||||
@ -77,7 +89,7 @@
|
|||||||
"inherits": [
|
"inherits": [
|
||||||
"gcc-ci"
|
"gcc-ci"
|
||||||
],
|
],
|
||||||
"binaryDir": "cmake-build-coverage",
|
"binaryDir": "cmake-build-ci-coverage",
|
||||||
"errors": {
|
"errors": {
|
||||||
"deprecated": false
|
"deprecated": false
|
||||||
},
|
},
|
||||||
@ -94,7 +106,17 @@
|
|||||||
"inherits": [
|
"inherits": [
|
||||||
"default"
|
"default"
|
||||||
],
|
],
|
||||||
"binaryDir": "cmake-build-pre-commit"
|
"binaryDir": "cmake-build-pre-commit",
|
||||||
|
"cacheVariables": {
|
||||||
|
"JSON_VALIDATOR_TEST_COVERAGE": {
|
||||||
|
"type": "BOOL",
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
"JSON_VALIDATOR_INSTALL": {
|
||||||
|
"type": "BOOL",
|
||||||
|
"value": false
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"buildPresets": [
|
"buildPresets": [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user