Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Googletest export | misterg | 2019-09-27 | 1 | -1/+1 |
| | | | | | | Bump llvm to 4.0 because brew removed 3.9 PiperOrigin-RevId: 271634609 | ||||
* | Googletest export | Abseil Team | 2019-09-27 | 1 | -1/+1 |
| | | | | | | Remove unnecessary full qualifications from std types. PiperOrigin-RevId: 270101485 | ||||
* | Bump llvm version to 4 so brew can work again | Gennadiy Civil | 2019-09-27 | 1 | -1/+1 |
| | |||||
* | Googletest export | misterg | 2019-08-06 | 1 | -5/+1 |
| | | | | | | Restore https://github.com/google/googletest/pull/2309 that got overwritten PiperOrigin-RevId: 261759571 | ||||
* | remove trailing whitespacesrefs/pull/2354/head | Krystian Kuzniarek | 2019-07-30 | 1 | -3/+3 |
| | |||||
* | Googletest export | Abseil Team | 2019-07-16 | 1 | -1/+5 |
| | | | | | | Update a broken link in a comment. PiperOrigin-RevId: 257493975 | ||||
* | Travis CI: The sudo: tag is now deprecated in Travis CIrefs/pull/2309/head | cclauss | 2019-07-01 | 1 | -5/+1 |
| | |||||
* | Googletest export | misterg | 2019-06-18 | 1 | -4/+2 |
| | | | | | | | Move Googletest OSS bazel builds to latest bazel. The latest bazel ( 0.27.0 as of now ) does not run on trusty. PiperOrigin-RevId: 253829774 | ||||
* | Googletest export | misterg | 2019-06-18 | 1 | -2/+4 |
| | | | | | | Internal Change PiperOrigin-RevId: 253658026 | ||||
* | Merge pull request #2288 from gennadiycivil:master | Gennadiy Civil | 2019-06-18 | 1 | -4/+2 |
|\ | | | | | | | PiperOrigin-RevId: 253652550 | ||||
| * | revert travis.yml, irrelevant | Gennadiy Civil | 2019-06-17 | 1 | -1/+1 |
| | | |||||
| * | testing, explicitly specify compiler | Gennadiy Civil | 2019-06-17 | 1 | -1/+1 |
| | | |||||
* | | Googletest export | Abseil Team | 2019-06-17 | 1 | -6/+0 |
| | | | | | | | | | | | | Project import generated by Copybara. PiperOrigin-RevId: 253600369 | ||||
* | | Googletest export | misterg | 2019-06-17 | 1 | -0/+6 |
|/ | | | | | | Internal Change PiperOrigin-RevId: 253581166 | ||||
* | Finish removing autotools | Gennadiy Civil | 2019-06-13 | 1 | -6/+0 |
| | |||||
* | Googletest export | misterg | 2019-02-12 | 1 | -0/+85 |
| | | | | | | Internal Change PiperOrigin-RevId: 233614147 | ||||
* | Googletest export | Abseil Team | 2019-02-12 | 1 | -85/+0 |
| | | | | | | Internal change PiperOrigin-RevId: 232362580 | ||||
* | Merge pull request #2100 from ngie-eign/test-clang-osx-every-travis-run | Gennadiy Civil | 2019-02-05 | 1 | -1/+8 |
|\ | | | | | Test out changes with clang/OSX each PR using Travis CI | ||||
| * | Test out changes with clang/OSX each PR using Travis CIrefs/pull/2100/head | Enji Cooper | 2019-02-04 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will help ensure that test coverage isn't missed when changes that can impact OSX with clang are submitted. Although not perfect, testing changes on OSX with clang is an ok proxy [for now] for testing changes on FreeBSD with clang (testing on FreeBSD is non-trivial, as Travis CI doesn't support operating systems other than Linux and OSX). In order to support this, install the packages via homebrew using a `addons::homebrew::packages` block (similar to `addons::apt::packages` for Ubuntu), as documented in the Travis CI docs ( https://docs.travis-ci.com/user/installing-dependencies/ ). While here, try pushing apt* calls into the Travis config for Ubuntu, instead of delaying the equivalent calls in the `ci/*.sh` scripts. Keep the `ci/*.sh` scripts for ease of testing locally (and extend the OSX one to install gcc 4.9 and llvm 3.9, like the travis config does). In order to accomodate this change (and because the homebrew package for llvm@3.9 doesn't automatically add clang*-3.9 to `$PATH`), `$PATH` needs to be adjusted to find the llvm@3.9 toolchain. Signed-off-by: Enji Cooper <yaneurabeya@gmail.com> | ||||
* | | Update .travis.yml | Gennadiy Civil | 2019-02-04 | 1 | -2/+2 |
| | | |||||
* | | Update .travis.yml | Gennadiy Civil | 2019-02-04 | 1 | -1/+1 |
|/ | |||||
* | Workaround homebrew issue | Gennadiy Civil | 2019-01-10 | 1 | -2/+2 |
| | |||||
* | fix: Remove global chmod from Travis | Chris Johnson | 2018-12-06 | 1 | -3/+1 |
| | | | Removed global chmod +x for Travis scripts in favor of just applying it to PlatformIO builds. | ||||
* | feat: Add initial support for PlatformIO and Arduino | Chris Johnson | 2018-12-05 | 1 | -0/+9 |
| | |||||
* | Update .travis.yml | Gennadiy Civil | 2018-10-19 | 1 | -1/+1 |
| | | | Revert attempted template depth fix , a real fix is coming | ||||
* | Update .travis.yml | Gennadiy Civil | 2018-10-18 | 1 | -1/+1 |
| | | | Testing increasing -ftemplate-depth to fix clang 3.9 | ||||
* | Update .travis.yml | Gennadiy Civil | 2018-09-26 | 1 | -1/+1 |
| | |||||
* | Revert "Add clang format check to one of the builds"refs/pull/1863/head | Gennadiy Civil | 2018-09-25 | 1 | -3/+1 |
| | |||||
* | C++11 autotools build | Gennadiy Civil | 2018-09-25 | 1 | -0/+1 |
| | |||||
* | Add clang format check to one of the builds to provide indication that ↵ | Gennadiy Civil | 2018-09-25 | 1 | -1/+3 |
| | | | | formatting is incorrect | ||||
* | Update .travis.ymlrefs/pull/1838/head | Gennadiy Civil | 2018-09-14 | 1 | -11/+0 |
| | | | Remove pre C++11 | ||||
* | Changing clang tp 3.9 as 3.7 no longer works on Travis | Gennadiy Civil | 2018-08-30 | 1 | -2/+2 |
| | |||||
* | Updated broken and outdated URLs | Piotr Kąkol | 2018-07-25 | 1 | -1/+1 |
| | |||||
* | Add no-exception and no-rtti to build matrixrefs/pull/1589/head | Scott Graham | 2018-05-01 | 1 | -0/+3 |
| | |||||
* | Include gcc on mac into PR matrix | Gennadiy Civil | 2018-04-10 | 1 | -1/+0 |
| | | | There was an error that slipped through and only showed up on PR merge (https://travis-ci.org/google/googletest/jobs/364304396/config ) , we dont want that again | ||||
* | Include OSX builds back into PR builds | Gennadiy Civil | 2018-03-29 | 1 | -2/+0 |
| | | | Had an instance where the breakage was not detected until the actual merge. Need to be better than that | ||||
* | Update .travis.yml | Gennadiy Civil | 2018-01-11 | 1 | -2/+0 |
| | | | Trying to get around mongoDB expired keys, etc | ||||
* | Update .travis.yml | Gennadiy Civil | 2018-01-11 | 1 | -2/+2 |
| | |||||
* | Update .travis.yml | Gennadiy Civil | 2018-01-11 | 1 | -0/+2 |
| | |||||
* | Update .travis.yml | Gennadiy Civil | 2018-01-11 | 1 | -4/+0 |
| | |||||
* | Update .travis.yml | Gennadiy Civil | 2018-01-10 | 1 | -0/+6 |
| | |||||
* | Use correct name for build event types.refs/pull/1387/head | Carlos O'Ryan | 2018-01-05 | 1 | -4/+4 |
| | |||||
* | Optimize build matrix (#1) | Carlos O'Ryan | 2018-01-04 | 1 | -0/+4 |
| | | | | | Disable expensive builds on pull requests. | ||||
* | Create a autotools-based build for Travis. | Carlos O'Ryan | 2017-12-24 | 1 | -2/+3 |
| | | | | When this build works, we know the autoconf support is working. | ||||
* | Implement bazel-based builds in Travis. | Carlos O'Ryan | 2017-12-09 | 1 | -29/+54 |
| | | | | | This refactored test build scripts to enable bazel-build scripts in Travis. | ||||
* | Only switch to g++-4.9 on Linux. | Carlos O'Ryan | 2017-12-07 | 1 | -1/+1 |
| | |||||
* | Workaround for Travis issue https://goo.gl/d5eV8o | Gennadiy Civil | 2017-10-18 | 1 | -3/+1 |
| | |||||
* | Workaround for Travis issue https://github.com/travis-ci/travis-ci/issues/8552refs/pull/1297/head | Gennadiy Civil | 2017-10-18 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' into hethi/cleanup-travis-environmentrefs/pull/1254/head | Herbert Thielen | 2017-09-08 | 1 | -4/+10 |
|\ | |||||
| * | Merge pull request #1251 from ↵ | Gennadiy Civil | 2017-09-08 | 1 | -2/+0 |
| |\ | | | | | | | | | | | | | aninf-wo/hethi/drop-valgrind-installation-on-travis drop unused valgrind package from Travis build slave installation |