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 @@ -92,6 +92,10 @@ CMAKE_FLAGS="${CMAKE_FLAGS[*]}" "${DEVTOOLS_DIR}"/build_cmake.sh "$@" } +build_with_autotools() { + CONFIGURE_FLAGS="${CONFIGURE_FLAGS[*]}" "${DEVTOOLS_DIR}"/build_autotools.sh "$@" +} + setup case "$ABC_BUILD_NAME" in @@ -310,7 +314,7 @@ build-autotools) # Ensure that the build using autotools is not broken - "${DEVTOOLS_DIR}"/build_autotools.sh check + build_with_autotools check ;; build-bench)