Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| | * | drop unused valgrind package from installationrefs/pull/1251/head | Herbert Thielen | 2017-09-05 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | ... and remove explicit gcc installation (will be installed with g++ automatically) | ||||
| * | | Merge branch 'master' into hethi/travis-release-build | Herbert Thielen | 2017-09-07 | 1 | -1/+9 |
| |\ \ | |||||
| | * | | reset ccache statistics at installrefs/pull/1246/head | Herbert Thielen | 2017-09-05 | 1 | -0/+2 |
| | | | | |||||
| | * | | show ccache statistics in log | Herbert Thielen | 2017-09-05 | 1 | -0/+3 |
| | | | | |||||
| | * | | call clang via ccache on Linux | Herbert Thielen | 2017-09-05 | 1 | -1/+1 |
| | | | | |||||
| | * | | install ccache on travis osx build slave | Herbert Thielen | 2017-09-04 | 1 | -0/+2 |
| | | | | |||||
| | * | | cache ccache | Herbert Thielen | 2017-09-04 | 1 | -0/+1 |
| | |/ | |||||
| * | | switch one build to Release mode | Herbert Thielen | 2017-09-01 | 1 | -1/+1 |
| |/ | | | | | | | | | This turns on optimization which allows the compiler to discover more problems and omit some more warnings. | ||||
* | | remove unused variables from travis environmentrefs/pull/1252/head | Herbert Thielen | 2017-09-05 | 1 | -2/+2 |
|/ | |||||
* | use upper-case build type | Herbert Thielen | 2017-08-30 | 1 | -2/+2 |
| | | | | | While cmake does not complain on build type 'debug', the cmake documentation always spells it 'Debug', so take this. | ||||
* | run combined build onlyrefs/pull/1232/head | Herbert Thielen | 2017-08-29 | 1 | -5/+2 |
| | | | | | There is no need for separate 'googlemock' and 'googletest' builds, as the 'googlemock' build includes 'googletest' and it's unit tests. | ||||
* | switch on verbose makerefs/pull/1231/head | Herbert Thielen | 2017-08-29 | 1 | -3/+3 |
| | |||||
* | Override clang++ name on Linux onlyrefs/pull/614/head | Anton Klautsan | 2015-10-18 | 1 | -1/+1 |
| | |||||
* | More docs in travis config | Anton Klautsan | 2015-10-18 | 1 | -0/+4 |
| | |||||
* | Update clang version | Anton Klautsan | 2015-10-18 | 1 | -7/+4 |
| | |||||
* | Adding llvm toolchain repo | Anton Klautsan | 2015-10-18 | 1 | -17/+6 |
| | |||||
* | Update .travis.yml | Anton Klautsan | 2015-10-18 | 1 | -4/+8 |
| | |||||
* | Try to use clang-3.6 in travis | Anton Klautsan | 2015-10-18 | 1 | -4/+1 |
| | |||||
* | Update .travis.yml | Anton Klautsan | 2015-10-18 | 1 | -0/+6 |
| | |||||
* | Update .travis.yml | Anton Klautsan | 2015-10-18 | 1 | -0/+3 |
| | |||||
* | Add c++11 build to the Travis matrix.refs/pull/582/head | deki | 2015-09-07 | 1 | -0/+1 |
| | |||||
* | build oncerefs/pull/578/head | Billy Donahue | 2015-09-01 | 1 | -2/+2 |
| |