diff --git a/contrib/teamcity/build.sh b/contrib/teamcity/build.sh --- a/contrib/teamcity/build.sh +++ b/contrib/teamcity/build.sh @@ -32,6 +32,9 @@ ../configure "${CONFIGURE_FLAGS[@]}" +# Run build +make -j ${THREADS} + # Run unit tests make check