aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-01-03 17:06:31 -0500
committerGitHub <noreply@github.com>2018-01-03 17:06:31 -0500
commita5014476f0c49c966e4ac602469cddefc7ed486d (patch)
treeb60d37f8eb4f03a02bfeb113822ba1dfb6862e79 /.travis.yml
parentba6ecedede74521490f36b6aea08f91fdad6d201 (diff)
parent26addade175b5d576eee788719367719d235350f (diff)
downloadgoogletest-a5014476f0c49c966e4ac602469cddefc7ed486d.tar.gz
googletest-a5014476f0c49c966e4ac602469cddefc7ed486d.tar.bz2
googletest-a5014476f0c49c966e4ac602469cddefc7ed486d.zip
Merge pull request #1341 from coryan/fix-issue-776-support-autoconf-as-submodule
Run autoconf from top-level directory.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 4afad4ae..95f8dff1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,10 +24,11 @@ matrix:
script: ./ci/build-linux-bazel.sh
- os: linux
compiler: gcc
- env: BUILD_TYPE=Debug VERBOSE=1
+ install: ./ci/install-linux.sh && ./ci/log-config.sh
+ script: ./ci/build-linux-autotools.sh
- os: linux
compiler: gcc
- env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11
+ env: BUILD_TYPE=Debug VERBOSE=1 CXX_FLAGS=-std=c++11
- os: linux
compiler: clang
env: BUILD_TYPE=Debug VERBOSE=1