Azat Khuzhin
|
e4e099bdb5
|
travis-ci/osx: install lcov
|
2016-11-04 03:28:42 +03:00 |
|
Azat Khuzhin
|
9ac000c724
|
Use coveralls.io via travis
|
2016-11-02 15:42:16 +03:00 |
|
Azat Khuzhin
|
7e12e96e7f
|
travis-ci: use container-based infrastructure
- by disabling sudo
- and since we use addons.apt.packages we don't need apt-get update, that requires sudo
Link: https://docs.travis-ci.com/user/migrating-from-legacy/
|
2016-10-17 01:30:54 +03:00 |
|
Azat Khuzhin
|
9d2f8d4b80
|
travis-ci/osx: fix compiling/linking openssl libraries
And we need that $(echo /path/*) otherwise bash will expand it only during
assignment that variable to another one, and this doesn't work correctly.
|
2016-10-17 01:04:05 +03:00 |
|
Azat Khuzhin
|
d7ceae593a
|
travis-ci: use gcc-5 (fixes osx|gcc failures)
Refs: travis-ci/travis-ci#4587
|
2016-10-16 23:34:08 +03:00 |
|
Azat Khuzhin
|
685a6a1917
|
travis: split long lines, and make it cleaner
|
2016-08-11 09:28:14 +03:00 |
|
Azat Khuzhin
|
088ea5e0b7
|
travis: fix autotools on osx by reinstalling libtool
Link: mkrufky/libdvbtee#22
|
2016-08-11 00:18:04 +03:00 |
|
Azat Khuzhin
|
481481d3f5
|
travis-ci/osx: relink gcc/g++ instead of clang
Since by default osx replaces /usr/bin/gcc with it's apple clang, while we have
gcc in our build matrix, so use real gcc.
|
2016-05-10 18:17:25 +03:00 |
|
Azat Khuzhin
|
79917e48ba
|
travis-ci: enable multi-os mode (osx, linux)
- use addons.apt.packages instead of `apt-get install`
- add `brew update`/`brew install ...`
Link: https://docs.travis-ci.com/user/installing-dependencies/
Link: https://docs.travis-ci.com/user/multi-os/
|
2016-05-10 08:29:56 +03:00 |
|
Azat Khuzhin
|
59649f74c2
|
travis-ci: increase matrix (--disable-foo)
Use --disable-foo from
https://github.com/libevent/libevent/wiki/ReleaseChecklist
|
2016-05-09 23:30:56 +03:00 |
|
Azat Khuzhin
|
c8be33952e
|
travis-ci: adjust alignment
|
2016-05-09 18:58:42 +03:00 |
|
Azat Khuzhin
|
3e56da238c
|
travis: add builds without debug mode into matrix
To cover compilation with this flag, since brew for example uses it by default.
|
2015-09-30 11:13:44 +03:00 |
|
Mark Ellzey
|
37453aba99
|
Update travis config for status updates
|
2015-05-12 15:43:03 -04:00 |
|
Joakim Soderberg
|
8c0f0a9b0e
|
Added a Travis-CI configuration file.
Initial stab at a first Travis config file.
|
2014-01-24 18:24:38 +01:00 |
|