diff --git a/contrib/teamcity/build-configurations.sh b/contrib/teamcity/build-configurations.sh --- a/contrib/teamcity/build-configurations.sh +++ b/contrib/teamcity/build-configurations.sh @@ -54,6 +54,12 @@ setup case "$ABC_BUILD_NAME" in + build-make-check) + # Build and run unit tests. + "${CI_SCRIPTS_DIR}"/build.sh + make -j "${THREADS}" check + ;; + build-asan) # Build with the address sanitizer, then run unit tests and functional tests. CONFIGURE_FLAGS="--enable-debug --with-sanitizers=address --disable-ccache" "${CI_SCRIPTS_DIR}"/build.sh