neovim/.ci
ZyX d670591887 ci: Better core dump checking
- Do not exclude any directories from `find` search, remove dumps before tests
  instead.
- Install `apport` on travis so that linux tests should produce core dumps
  (based on information from travis-ci/travis-ci#3754, not sure whether it still
  applies).
- Check cores in lua so that one has an idea which test is failing exactly. Do
  this only 10% of time on linux because traversing the file system is slow.

Unit tests are still not touched, though it is what `app` argument in
`check_cores` is for.

TODO? consider using `find`, it may be faster. Consider retiring `os.execute`,
      dealing with escaping is bad.
2017-02-14 00:33:52 +03:00
..
common ci: Better core dump checking 2017-02-14 00:33:52 +03:00
after_success.sh Travis: Fix coveralls upload. 2016-07-17 12:42:43 +02:00
before_cache.sh Travis: Enable before_cache script for MacOS. (#5007) 2016-07-04 20:51:34 -04:00
before_install.sh ci: Upgrade pip3 (instead of install) 2016-12-28 00:18:01 +01:00
before_script.sh Travis: Remove MinGW builds 2016-08-01 12:57:58 +01:00
build.bat win: ci/AppVeyor: Rearrange PATH setup for python. (#5946) 2017-01-15 14:45:14 +01:00
install.sh ci: Upgrade pip3 (instead of install) 2016-12-28 00:18:01 +01:00
run_tests.sh ci: Better core dump checking 2017-02-14 00:33:52 +03:00
script.sh Travis: Use caching instead of pre-compiled deps for OSX. 2016-07-30 10:21:04 +02:00