summaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Makefile : refactored Travis CI testsYann Collet2014-11-041-13/+14
|
* Added : cmake testYann Collet2014-11-041-0/+1
| | | cmake : corrected xxhash path (thanks to j.magnuson)
* new Travis CI build matrixYann Collet2014-10-281-4/+14
|
* Simplified travis test flowYann Collet2014-08-261-1/+1
|
* Makefile : some corrections suggested by Michał Górny (issue 136)Yann Collet2014-07-211-1/+1
|
* New : valgrind memtestYann Collet2014-06-091-0/+1
|
* Add Travis CI's Build MatrixTakayuki MATSUOKA2014-04-301-0/+7
| | | | See also : http://docs.travis-ci.com/user/build-configuration/#The-Build-Matrix
* Add .travis.ymlTakayuki MATSUOKA2014-04-161-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/