From 064c486329ba67b61a4fc8f19e45e26136201ac4 Mon Sep 17 00:00:00 2001 From: Cristian Le Date: Thu, 11 May 2023 11:54:12 +0200 Subject: [PATCH] Reconfigure ci presets Signed-off-by: Cristian Le --- cmake/CMakePresets-CI.json | 32 +++++++++++++++++++++++++++----- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git a/cmake/CMakePresets-CI.json b/cmake/CMakePresets-CI.json index 5686db5..8173d22 100644 --- a/cmake/CMakePresets-CI.json +++ b/cmake/CMakePresets-CI.json @@ -12,9 +12,21 @@ "default" ], "cacheVariables": { + "CMAKE_BUILD_TYPE": { + "type": "STRING", + "value": "Debug" + }, "JSON_VALIDATOR_BUILD_TESTS": { "type": "BOOL", "value": true + }, + "JSON_VALIDATOR_INSTALL": { + "type": "BOOL", + "value": false + }, + "JSON_BuildTests": { + "type": "BOOL", + "value": false } }, "errors": { @@ -27,7 +39,7 @@ "inherits": [ "ci-base" ], - "binaryDir": "cmake-build-release-gcc", + "binaryDir": "cmake-build-ci-gcc", "cacheVariables": { "CMAKE_CXX_COMPILER": { "type": "FILEPATH", @@ -45,7 +57,7 @@ "inherits": [ "ci-base" ], - "binaryDir": "cmake-build-release-intel", + "binaryDir": "cmake-build-ci-intel", "cacheVariables": { "CMAKE_CXX_COMPILER": { "type": "FILEPATH", @@ -59,7 +71,7 @@ "inherits": [ "ci-base" ], - "binaryDir": "cmake-build-release-llvm", + "binaryDir": "cmake-build-ci-llvm", "cacheVariables": { "CMAKE_CXX_COMPILER": { "type": "FILEPATH", @@ -77,7 +89,7 @@ "inherits": [ "gcc-ci" ], - "binaryDir": "cmake-build-coverage", + "binaryDir": "cmake-build-ci-coverage", "errors": { "deprecated": false }, @@ -94,7 +106,17 @@ "inherits": [ "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": [