diff options
author | misterg <misterg@google.com> | 2019-06-17 15:04:11 (GMT) |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2019-06-17 20:34:23 (GMT) |
commit | d1185b9ffd8f67786eacea5e2fd3c42d3f41deea (patch) | |
tree | afacbaab62c8354656866ef79271f3489b0523db /.travis.yml | |
parent | 176eccfb8f42339b8ea2341e926f6835f7932bc4 (diff) | |
download | googletest-d1185b9ffd8f67786eacea5e2fd3c42d3f41deea.zip googletest-d1185b9ffd8f67786eacea5e2fd3c42d3f41deea.tar.gz googletest-d1185b9ffd8f67786eacea5e2fd3c42d3f41deea.tar.bz2 |
Googletest export
Internal Change
PiperOrigin-RevId: 253581166
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 61c51dd..4b90bd0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,12 @@ matrix: - os: linux group: deprecated-2017Q4 compiler: gcc + install: ./ci/install-linux.sh && ./ci/log-config.sh + script: ./ci/build-linux-autotools.sh + env: VERBOSE=1 CXXFLAGS=-std=c++11 + - os: linux + group: deprecated-2017Q4 + compiler: gcc env: BUILD_TYPE=Debug VERBOSE=1 CXX_FLAGS=-std=c++11 - os: linux group: deprecated-2017Q4 |