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 @@ -338,6 +338,16 @@ - - check-functional timeout: 1200 + build-without-qt: + Werror: true + cmake_flags: + - '-DBUILD_BITCOIN_QT=OFF' + targets: + - - all + - install + - - check + timeout: 1200 + build-without-wallet: runOnDiff: true Werror: true