diff --git a/contrib/teamcity/build-configurations.yml b/contrib/teamcity/build-configurations.yml --- a/contrib/teamcity/build-configurations.yml +++ b/contrib/teamcity/build-configurations.yml @@ -83,7 +83,8 @@ timeout: 1200 build-clang: - runOnDiff: true + runOnDiffRegex: + - src/ Werror: true clang: true targets: @@ -95,7 +96,8 @@ timeout: 1200 build-clang-tidy: - runOnDiff: true + runOnDiffRegex: + - src/ clang: true cmake_flags: - '-DENABLE_CLANG_TIDY=ON' @@ -118,7 +120,10 @@ coverage.tar.gz: coverage.tar.gz build-debug: - runOnDiff: true + runOnDiffRegex: + - cmake/ + - src/ + - test/ Werror: true cmake_flags: - '-DCMAKE_BUILD_TYPE=Debug' @@ -127,7 +132,10 @@ timeout: 1200 build-diff: - runOnDiff: true + runOnDiffRegex: + - cmake/ + - src/ + - test/ Werror: true targets: - - all @@ -380,7 +388,9 @@ timeout: 1200 build-without-wallet: - runOnDiff: true + runOnDiffRegex: + - src/ + - test/ Werror: true cmake_flags: - '-DBUILD_BITCOIN_WALLET=OFF' @@ -447,5 +457,7 @@ OS_NAME: win lint-circular-dependencies: - runOnDiff: true + runOnDiffRegex: + - src/ + - test/lint/ script: test/lint/lint-circular-dependencies.sh