]> granicus.if.org Git - libevent/commit
Run tests in parallel (they are lightweight), on CI and vagrant boxes
authorAzat Khuzhin <a3at.mail@gmail.com>
Fri, 20 Jan 2017 13:31:17 +0000 (16:31 +0300)
committerAzat Khuzhin <a3at.mail@gmail.com>
Sun, 22 Jan 2017 00:22:27 +0000 (03:22 +0300)
commit108b5fef419e5216041a54b3573e2ca9ab5db1b0
tree0771d1265a7bfc87a0fa5ca008eb46ec538163a4
parent2a67f4fc12d1104b2d294af163fa109e27fdf612
Run tests in parallel (they are lightweight), on CI and vagrant boxes

By default 20 parllel jobs, but one caveat for travis-ci, osx boxes
there slower and have less resources then linux (discovered during
testing), so limit number of parallel jobs to 4 there, and also install
travis_wait, so that travis-ci will not fail the build when there is no
output for 10 minutes, since for osx boxes it is very likely.

Refs: travis-ci/travis-ci@7202
.travis.yml
Vagrantfile
appveyor.yml