Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added : clang test | Yann Collet | 2015-03-15 | 1 | -0/+1 |
| | |||||
* | Fix : static analyzer test on Travis | Yann Collet | 2015-03-15 | 1 | -0/+1 |
| | |||||
* | scan-build tests | Yann Collet | 2015-03-15 | 1 | -0/+1 |
| | |||||
* | g++ compatibility | Yann Collet | 2015-03-10 | 1 | -0/+2 |
| | |||||
* | fixed travis tests | Yann Collet | 2014-12-13 | 1 | -2/+2 |
| | |||||
* | Fixed : install test on travis | Yann Collet | 2014-12-13 | 1 | -1/+1 |
| | |||||
* | New directory structure : library source files into /lib directory | Yann Collet | 2014-11-30 | 1 | -1/+1 |
| | |||||
* | Makefile : refactored Travis CI tests | Yann Collet | 2014-11-04 | 1 | -13/+14 |
| | |||||
* | Added : cmake test | Yann Collet | 2014-11-04 | 1 | -0/+1 |
| | | | cmake : corrected xxhash path (thanks to j.magnuson) | ||||
* | new Travis CI build matrix | Yann Collet | 2014-10-28 | 1 | -4/+14 |
| | |||||
* | Simplified travis test flow | Yann Collet | 2014-08-26 | 1 | -1/+1 |
| | |||||
* | Makefile : some corrections suggested by Michał Górny (issue 136) | Yann Collet | 2014-07-21 | 1 | -1/+1 |
| | |||||
* | New : valgrind memtest | Yann Collet | 2014-06-09 | 1 | -0/+1 |
| | |||||
* | Add Travis CI's Build Matrix | Takayuki MATSUOKA | 2014-04-30 | 1 | -0/+7 |
| | | | | See also : http://docs.travis-ci.com/user/build-configuration/#The-Build-Matrix | ||||
* | Add .travis.yml | Takayuki MATSUOKA | 2014-04-16 | 1 | -0/+6 |
.travis.yml in this commit means (1) Language is C. (2) Compiler is 'gcc' (3) Before testing, Travis-CI VM install 'gcc-multilib' for 32bit executables. (4) Travis-CI invokes 'make test'. See also : Getting started http://docs.travis-ci.com/user/getting-started/ Configuring your build http://docs.travis-ci.com/user/build-configuration/ Building a C Project http://docs.travis-ci.com/user/build-configuration/ |