Googletest export

Internal Change

PiperOrigin-RevId: 253581166
This commit is contained in:
misterg
2019-06-17 11:04:11 -04:00
committed by Gennadiy Civil
parent 176eccfb8f
commit d1185b9ffd
8 changed files with 845 additions and 0 deletions

View File

@@ -27,6 +27,12 @@ matrix:
sudo : true
install: ./ci/install-linux.sh && ./ci/log-config.sh
script: ./ci/build-linux-bazel.sh
- 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