aboutsummaryrefslogtreecommitdiffstats
path: root/ci/travis.sh
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2797 from Jyun-Neng:masterGennadiy Rozental2020-05-011-15/+0
|\ | | | | | | PiperOrigin-RevId: 307604377
| * Remove duplicate codes existed in get-nprocessors.shJi Jyun-Neng2020-04-051-15/+0
| |
* | Fix a typo in .travis.ymlArthur O'Dwyer2020-03-281-5/+5
|/ | | | | | | | | | | | | | The old code was trying to pass -Wgnu-zero-variadic-macro-arguments as part of CXXFLAGS, but it forgot the quotation marks needed around whitespace. This meant that option was ignored: https://travis-ci.org/github/google/googletest/jobs/666534177#L760 Unfortunately, the codebase is not remotely clean with respect to that warning option. It fails like this: https://travis-ci.org/github/Quuxplusone/googletest/jobs/668118135 So, remove that failing configuration from the test matrix until someone has time to look at it.
* Googletest exportmisterg2019-02-121-0/+44
| | | | | | Internal Change PiperOrigin-RevId: 233614147
* Googletest exportAbseil Team2019-02-121-44/+0
| | | | | | Internal change PiperOrigin-RevId: 232362580
* Add no-exception and no-rtti to build matrixScott Graham2018-05-011-0/+8
|
* Create a autotools-based build for Travis.Carlos O'Ryan2017-12-241-0/+2
| | | | When this build works, we know the autoconf support is working.
* Implement bazel-based builds in Travis.Carlos O'Ryan2017-12-081-0/+34
This refactored test build scripts to enable bazel-build scripts in Travis.