summaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
...
* Added : sanitize testYann Collet2015-04-091-0/+1
|
* Removed make distYann Collet2015-04-011-1/+0
|
* Added : arm cross-compilation testYann Collet2015-03-251-2/+4
|
* Added : clang testYann Collet2015-03-151-0/+1
|
* Fix : static analyzer test on TravisYann Collet2015-03-151-0/+1
|
* scan-build testsYann Collet2015-03-151-0/+1
|
* g++ compatibilityYann Collet2015-03-101-0/+2
|
* fixed travis testsYann Collet2014-12-131-2/+2
|
* Fixed : install test on travisYann Collet2014-12-131-1/+1
|
* New directory structure : library source files into /lib directoryYann Collet2014-11-301-1/+1
|
* 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/