aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add -Wdeprecated to the build configuration.Arthur O'Dwyer2020-04-231-4/+4
|
* Fix a typo in .travis.ymlArthur O'Dwyer2020-03-281-3/+0
| | | | | | | | | | | | | | 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-09-271-1/+1
| | | | | | Bump llvm to 4.0 because brew removed 3.9 PiperOrigin-RevId: 271634609
* Googletest exportAbseil Team2019-09-271-1/+1
| | | | | | Remove unnecessary full qualifications from std types. PiperOrigin-RevId: 270101485
* Bump llvm version to 4 so brew can work againGennadiy Civil2019-09-271-1/+1
|
* Googletest exportmisterg2019-08-061-5/+1
| | | | | | Restore https://github.com/google/googletest/pull/2309 that got overwritten PiperOrigin-RevId: 261759571
* remove trailing whitespacesKrystian Kuzniarek2019-07-301-3/+3
|
* Googletest exportAbseil Team2019-07-161-1/+5
| | | | | | Update a broken link in a comment. PiperOrigin-RevId: 257493975
* Travis CI: The sudo: tag is now deprecated in Travis CIcclauss2019-07-011-5/+1
|
* Googletest exportmisterg2019-06-181-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 exportmisterg2019-06-181-2/+4
| | | | | | Internal Change PiperOrigin-RevId: 253658026
* Merge pull request #2288 from gennadiycivil:masterGennadiy Civil2019-06-181-4/+2
|\ | | | | | | PiperOrigin-RevId: 253652550
| * revert travis.yml, irrelevantGennadiy Civil2019-06-171-1/+1
| |
| * testing, explicitly specify compilerGennadiy Civil2019-06-171-1/+1
| |
* | Googletest exportAbseil Team2019-06-171-6/+0
| | | | | | | | | | | | Project import generated by Copybara. PiperOrigin-RevId: 253600369
* | Googletest exportmisterg2019-06-171-0/+6
|/ | | | | | Internal Change PiperOrigin-RevId: 253581166
* Finish removing autotoolsGennadiy Civil2019-06-131-6/+0
|
* Googletest exportmisterg2019-02-121-0/+85
| | | | | | Internal Change PiperOrigin-RevId: 233614147
* Googletest exportAbseil Team2019-02-121-85/+0
| | | | | | Internal change PiperOrigin-RevId: 232362580
* Merge pull request #2100 from ngie-eign/test-clang-osx-every-travis-runGennadiy Civil2019-02-051-1/+8
|\ | | | | Test out changes with clang/OSX each PR using Travis CI
| * Test out changes with clang/OSX each PR using Travis CIEnji Cooper2019-02-041-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.ymlGennadiy Civil2019-02-041-2/+2
| |
* | Update .travis.ymlGennadiy Civil2019-02-041-1/+1
|/
* Workaround homebrew issueGennadiy Civil2019-01-101-2/+2
|
* fix: Remove global chmod from TravisChris Johnson2018-12-061-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 ArduinoChris Johnson2018-12-041-0/+9
|
* Update .travis.ymlGennadiy Civil2018-10-191-1/+1
| | | Revert attempted template depth fix , a real fix is coming
* Update .travis.ymlGennadiy Civil2018-10-181-1/+1
| | | Testing increasing -ftemplate-depth to fix clang 3.9
* Update .travis.ymlGennadiy Civil2018-09-251-1/+1
|
* Revert "Add clang format check to one of the builds"Gennadiy Civil2018-09-251-3/+1
|
* C++11 autotools buildGennadiy Civil2018-09-251-0/+1
|
* Add clang format check to one of the builds to provide indication that ↵Gennadiy Civil2018-09-251-1/+3
| | | | formatting is incorrect
* Update .travis.ymlGennadiy Civil2018-09-141-11/+0
| | | Remove pre C++11
* Changing clang tp 3.9 as 3.7 no longer works on TravisGennadiy Civil2018-08-291-2/+2
|
* Updated broken and outdated URLsPiotr Kąkol2018-07-251-1/+1
|
* Add no-exception and no-rtti to build matrixScott Graham2018-05-011-0/+3
|
* Include gcc on mac into PR matrixGennadiy Civil2018-04-101-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 buildsGennadiy Civil2018-03-291-2/+0
| | | Had an instance where the breakage was not detected until the actual merge. Need to be better than that
* Update .travis.ymlGennadiy Civil2018-01-111-2/+0
| | | Trying to get around mongoDB expired keys, etc
* Update .travis.ymlGennadiy Civil2018-01-111-2/+2
|
* Update .travis.ymlGennadiy Civil2018-01-111-0/+2
|
* Update .travis.ymlGennadiy Civil2018-01-111-4/+0
|
* Update .travis.ymlGennadiy Civil2018-01-101-0/+6
|
* Use correct name for build event types.Carlos O'Ryan2018-01-051-4/+4
|
* Optimize build matrix (#1)Carlos O'Ryan2018-01-041-0/+4
| | | | | Disable expensive builds on pull requests.
* Create a autotools-based build for Travis.Carlos O'Ryan2017-12-241-2/+3
| | | | When this build works, we know the autoconf support is working.
* Implement bazel-based builds in Travis.Carlos O'Ryan2017-12-081-29/+54
| | | | | This refactored test build scripts to enable bazel-build scripts in Travis.
* Only switch to g++-4.9 on Linux.Carlos O'Ryan2017-12-061-1/+1
|
* Workaround for Travis issue https://goo.gl/d5eV8oGennadiy Civil2017-10-181-3/+1
|
* Workaround for Travis issue https://github.com/travis-ci/travis-ci/issues/8552Gennadiy Civil2017-10-181-0/+2
|