diff --git a/contrib/teamcity/build-configurations.json b/contrib/teamcity/build-configurations.json --- a/contrib/teamcity/build-configurations.json +++ b/contrib/teamcity/build-configurations.json @@ -199,6 +199,15 @@ "src/secp256k1/libsecp256k1*": "lib" } }, + "build-source-control-tools": { + "cmake_flags": [ + "-DBUILD_SOURCE_CONTROL_TOOLS=ON" + ], + "targets": [ + ["check-source-control-tools"] + ], + "timeout": 600 + }, "build-tsan": { "Werror": true, "clang": true,