aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'master' into hethi/cleanup-travis-environmentHerbert Thielen2017-09-081-4/+10
|\
| * Merge pull request #1251 from ↵Gennadiy Civil2017-09-071-2/+0
| |\ | | | | | | | | | | | | aninf-wo/hethi/drop-valgrind-installation-on-travis drop unused valgrind package from Travis build slave installation
| | * drop unused valgrind package from installationHerbert Thielen2017-09-051-2/+0
| | | | | | | | | | | | | | | ... and remove explicit gcc installation (will be installed with g++ automatically)
| * | Merge branch 'master' into hethi/travis-release-buildHerbert Thielen2017-09-071-1/+9
| |\ \
| | * | reset ccache statistics at installHerbert Thielen2017-09-051-0/+2
| | | |
| | * | show ccache statistics in logHerbert Thielen2017-09-051-0/+3
| | | |
| | * | call clang via ccache on LinuxHerbert Thielen2017-09-051-1/+1
| | | |
| | * | install ccache on travis osx build slaveHerbert Thielen2017-09-041-0/+2
| | | |
| | * | cache ccacheHerbert Thielen2017-09-041-0/+1
| | |/
| * / switch one build to Release modeHerbert Thielen2017-09-011-1/+1
| |/ | | | | | | | | This turns on optimization which allows the compiler to discover more problems and omit some more warnings.
* / remove unused variables from travis environmentHerbert Thielen2017-09-051-2/+2
|/
* use upper-case build typeHerbert Thielen2017-08-301-2/+2
| | | | | While cmake does not complain on build type 'debug', the cmake documentation always spells it 'Debug', so take this.
* run combined build onlyHerbert Thielen2017-08-291-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 makeHerbert Thielen2017-08-291-3/+3
|
* Override clang++ name on Linux onlyAnton Klautsan2015-10-181-1/+1
|
* More docs in travis configAnton Klautsan2015-10-181-0/+4
|
* Update clang versionAnton Klautsan2015-10-181-7/+4
|
* Adding llvm toolchain repoAnton Klautsan2015-10-181-17/+6
|
* Update .travis.ymlAnton Klautsan2015-10-181-4/+8
|
* Try to use clang-3.6 in travisAnton Klautsan2015-10-181-4/+1
|
* Update .travis.ymlAnton Klautsan2015-10-181-0/+6
|
* Update .travis.ymlAnton Klautsan2015-10-181-0/+3
|
* Add c++11 build to the Travis matrix.deki2015-09-071-0/+1
|
* build onceBilly Donahue2015-09-011-2/+2
|
* run testsBilly Donahue2015-09-011-3/+4
|\
| * break out test and mock in travisBilly Donahue2015-08-311-2/+4
| |
| * remove unused valgrind probeBilly Donahue2015-08-311-1/+0
| |
* | reduce the ci matrixBilly Donahue2015-09-011-1/+1
|/
* travis googlemock as wellBilly Donahue2015-08-311-0/+1
|
* travis configBilly Donahue2015-08-311-0/+43