Commit Graph

52 Commits

Author SHA1 Message Date
Gennadiy Civil
9298ad50f1 Update .travis.yml 2018-09-25 20:23:25 -07:00
Gennadiy Civil
afa55816ba Revert "Add clang format check to one of the builds" 2018-09-25 10:05:30 -07:00
Gennadiy Civil
792468c2a6 C++11 autotools build 2018-09-25 12:24:34 -04:00
Gennadiy Civil
d791aca51d Add clang format check to one of the builds to provide indication that formatting is incorrect 2018-09-25 02:42:15 -04:00
Gennadiy Civil
51c550c30b Update .travis.yml
Remove pre C++11
2018-09-14 15:34:13 -04:00
Gennadiy Civil
c423febc50 Changing clang tp 3.9 as 3.7 no longer works on Travis 2018-08-29 22:02:08 -04:00
Piotr Kąkol
65e7d50e3e Updated broken and outdated URLs 2018-07-25 19:19:26 +02:00
Scott Graham
a437920a83 Add no-exception and no-rtti to build matrix 2018-05-01 09:34:13 -07:00
Gennadiy Civil
2ae55f54bf Include gcc on mac into PR matrix
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
2018-04-10 11:28:16 -04:00
Gennadiy Civil
a0dd1a237a Include OSX builds back into PR builds
Had an instance where the breakage was not detected until the actual merge. Need to be better than that
2018-03-29 13:50:32 -04:00
Gennadiy Civil
c51d6cb4c8 Update .travis.yml
Trying to get around mongoDB expired keys, etc
2018-01-11 17:03:14 -05:00
Gennadiy Civil
92417645ac Update .travis.yml 2018-01-11 16:57:44 -05:00
Gennadiy Civil
00c177c196 Update .travis.yml 2018-01-11 16:55:21 -05:00
Gennadiy Civil
ebdbba19b7 Update .travis.yml 2018-01-11 14:57:50 -05:00
Gennadiy Civil
a3736d2166 Update .travis.yml 2018-01-10 10:20:09 -05:00
Carlos O'Ryan
a7db01b2c0 Use correct name for build event types. 2018-01-05 14:58:48 -05:00
Carlos O'Ryan
545271e30d Optimize build matrix (#1)
Disable expensive builds on pull requests.
2018-01-04 13:04:31 -05:00
Carlos O'Ryan
cbd3ad0155 Create a autotools-based build for Travis.
When this build works, we know the autoconf support is working.
2017-12-24 12:22:17 -05:00
Carlos O'Ryan
71ba2c8764 Implement bazel-based builds in Travis.
This refactored test build scripts to enable
bazel-build scripts in Travis.
2017-12-08 20:59:07 -05:00
Carlos O'Ryan
5f16f9a399 Only switch to g++-4.9 on Linux. 2017-12-06 22:43:39 -05:00
Gennadiy Civil
b10fafd2f0 Workaround for Travis issue https://goo.gl/d5eV8o 2017-10-18 16:18:47 -04:00
Gennadiy Civil
8953a6af0d Workaround for Travis issue https://github.com/travis-ci/travis-ci/issues/8552 2017-10-18 10:40:00 -04:00
Herbert Thielen
eca7320e6c Merge branch 'master' into hethi/cleanup-travis-environment 2017-09-08 11:38:27 +02:00
Gennadiy Civil
aa77f8f490 Merge pull request #1251 from aninf-wo/hethi/drop-valgrind-installation-on-travis
drop unused valgrind package from Travis build slave installation
2017-09-07 23:04:18 -04:00
Herbert Thielen
ca38ab5a51 Merge branch 'master' into hethi/travis-release-build 2017-09-07 11:05:28 +02:00
Herbert Thielen
645317b7d3 remove unused variables from travis environment 2017-09-05 19:18:58 +02:00
Herbert Thielen
2e0281378f drop unused valgrind package from installation
... and remove explicit gcc installation (will be installed with g++
automatically)
2017-09-05 17:39:04 +02:00
Herbert Thielen
2d1bdd7b09 reset ccache statistics at install 2017-09-05 16:36:23 +02:00
Herbert Thielen
8d94cdedb5 show ccache statistics in log 2017-09-05 16:36:23 +02:00
Herbert Thielen
28a92c63f3 call clang via ccache on Linux 2017-09-05 16:36:23 +02:00
Herbert Thielen
8118aa8560 install ccache on travis osx build slave 2017-09-04 18:40:03 +02:00
Herbert Thielen
aefdc2cb79 cache ccache 2017-09-04 17:37:58 +02:00
Herbert Thielen
ce0a62f40f switch one build to Release mode
This turns on optimization which allows the compiler to discover more
problems and omit some more warnings.
2017-09-01 21:55:11 +02:00
Herbert Thielen
46396abb47 use upper-case build type
While cmake does not complain on build type 'debug', the cmake
documentation always spells it 'Debug', so take this.
2017-08-30 12:00:24 +02:00
Herbert Thielen
63c4bbc1c2 run combined build only
There is no need for separate 'googlemock' and 'googletest' builds,
as the 'googlemock' build includes 'googletest' and it's unit tests.
2017-08-29 17:41:26 +02:00
Herbert Thielen
cb70fb93bb switch on verbose make 2017-08-29 17:04:15 +02:00
Anton Klautsan
2ca866f870 Override clang++ name on Linux only 2015-10-18 13:02:49 +01:00
Anton Klautsan
bbcff67075 More docs in travis config 2015-10-18 02:34:12 +01:00
Anton Klautsan
e0038ffee3 Update clang version 2015-10-18 02:28:57 +01:00
Anton Klautsan
914f12347d Adding llvm toolchain repo 2015-10-18 02:25:24 +01:00
Anton Klautsan
f6137204a0 Update .travis.yml 2015-10-18 02:13:24 +01:00
Anton Klautsan
b5a859a5c3 Try to use clang-3.6 in travis 2015-10-18 02:01:42 +01:00
Anton Klautsan
b08b437ef1 Update .travis.yml 2015-10-18 01:51:49 +01:00
Anton Klautsan
75a7f5b2f7 Update .travis.yml 2015-10-18 01:49:11 +01:00
deki
517b3bdc29 Add c++11 build to the Travis matrix. 2015-09-07 18:23:25 -04:00
Billy Donahue
4e8f8cc3e2 build once 2015-09-01 02:50:19 -04:00
Billy Donahue
6fc4905021 run tests 2015-09-01 02:41:55 -04:00
Billy Donahue
9986d43dd9 reduce the ci matrix 2015-09-01 02:29:21 -04:00
Billy Donahue
fefba42a05 break out test and mock in travis 2015-08-31 10:29:11 -04:00
Billy Donahue
e5c7bbae18 remove unused valgrind probe 2015-08-31 10:08:44 -04:00