aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorCarlos O'Ryan <coryan@users.noreply.github.com>2017-12-24 10:34:56 -0500
committerCarlos O'Ryan <coryan@users.noreply.github.com>2017-12-24 12:22:17 -0500
commit75b85d5382958cb719736c0b82863c7148be2526 (patch)
tree2d377941e5d38425dbf76a5ac1a5eae2a36cb42b /.travis.yml
parente76c3f837c83d82a54c7b569ad61efcfca811131 (diff)
downloadgoogletest-75b85d5382958cb719736c0b82863c7148be2526.tar.gz
googletest-75b85d5382958cb719736c0b82863c7148be2526.tar.bz2
googletest-75b85d5382958cb719736c0b82863c7148be2526.zip
Create a autotools-based build for Travis.
When this build works, we know the autoconf support is working.
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