neovim/scripts
Thiago de Arruda f6ace9962d Refactor travis build to use clang's sanitizers
- Valgrind configuration removed
- Fix errors reported by the undefined behavior sanitizer
- Travis will now run two build steps:
  - A normal build of a shared library for unit testing(in parallel with gcc)
  - A clang build with some sanitizers enabled for integration testing.

After these changes travis will run much faster, while providing valgrind-like
error detection.
2014-03-13 15:26:28 -03:00
..
common.sh Adding darwin platform to common.sh build script 2014-03-01 22:12:13 +00:00
compile-libuv.sh Compile libuv with -fPIC. 2014-02-27 18:50:06 -03:00
compile-lua.sh Add basic infrastructure for unit testing 2014-02-27 17:55:10 -03:00
setup-test-tools.sh Luarocks appears to be down, so let's use the mirror for now. 2014-03-07 00:15:52 -03:00
travis-setup.sh Refactor travis build to use clang's sanitizers 2014-03-13 15:26:28 -03:00
travis.sh Refactor travis build to use clang's sanitizers 2014-03-13 15:26:28 -03:00
unittest.sh use more verbose output type for unittests on travis 2014-03-08 06:17:59 -03:00