From 9de4e64cf2b10f2ef45d811fc1733b4bec8948fa Mon Sep 17 00:00:00 2001 From: Feng Xiao Date: Fri, 13 Jul 2018 16:55:32 -0700 Subject: Add cpp tests under release docker image. 1. Added C++ tests under the release docker image. 2. Fixed a compile issue with the docker image. 3. Cleaned up tests.sh and removed traivis stuff. --- autogen.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 580714b9..d00d2172 100755 --- a/autogen.sh +++ b/autogen.sh @@ -28,6 +28,11 @@ fi set -ex +# The absence of a m4 directory in googletest causes autoreconf to fail when +# building under the CentOS docker image. It's a warning in regular build on +# Ubuntu/gLinux as well. +mkdir -p third_party/googletest/m4 + # TODO(kenton): Remove the ",no-obsolete" part and fix the resulting warnings. autoreconf -f -i -Wall,no-obsolete -- cgit v1.2.3