aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAge
* fixes #367 Kill off Travis CI finallyGarrett D'Amore2018-04-24
|
* ci: dump failure details on test failureLiam Staskawicz2018-03-07
|
* CI updates.Garrett D'Amore2017-12-28
| | | | | | | | | This updates to use Circle CI by default, but we leave Travis in place (but only one default build and one coverage build) until we can move it. We also switch to using ninja for performance reasons. The hope is to get to using CircleCI for everything except Windows. The AppVeyor build needs cleanups and should switch to ninja later.
* Add C++ test program, proving C++ consumers work.Garrett D'Amore2017-09-26
| | | | | | We fixed up the coverage flags for GNU C, but are not going to run the C++ tests when doing coverage (they fail linking gcov for reasons unknown.)
* Use updated gcov tool.Garrett D'Amore2017-08-11
|
* Updates to Travis CI configuration, serialize testing (TCP).Garrett D'Amore2017-08-08
| | | | | | | | | | | | | | | | For now we have problems with TCP tests racing against each other and this can lead to failures due to port use. In the old nanomsg repo we assigned several different port numbers on the command line, but we lack that here generally. However, we feel that parallel testing is of little merit; its better to build dedicated stress tests if that is what is desired. We also use the matrix stuff a bit more sensibly, only installing packages we actually use. This will likely lead to shorter startup times. Finally we cleaned up the environment so that we have sane defaults for most environment variables.
* Compiler switches need to be a string.Garrett D'Amore2017-08-07
|
* More coverage tweaks (I hope).Garrett D'Amore2017-08-07
|
* Fix travis YAML.Garrett D'Amore2017-08-07
|
* Richer CI support on Travis, including code coverage.Garrett D'Amore2017-08-07
| | | | We use codecov.io; this seems to work well.
* Give up on uncrustify; switch to clang-format.Garrett D'Amore2017-07-10
|
* Use debug builds on Travis (for now).Garrett D'Amore2016-12-31
|
* Use trusty -- hopefully get a newer version of uncrustify.Garrett D'Amore2016-12-21
|
* Another attempt at uncrustify checks.Garrett D'Amore2016-12-21
|
* fix compile errors.Garrett D'Amore2016-12-21
|
* Travis stuff for uncrustify.Garrett D'Amore2016-12-21