summaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* made clang warnings fail (-Werror)Yann Collet2017-09-101-1/+1
| | | | in order to catch them in CI tests
* added -Wcomma to travisCI clang testYann Collet2017-09-101-1/+2
|
* removed test-fasttestYann Collet2017-08-251-1/+1
|
* test Large File support for Mac OS-X in 32-bits modePrzemyslaw Skibinski2016-12-211-1/+3
|
* new test case with fPIEYann Collet2016-11-221-1/+1
|
* added gcc 4.4 testYann Collet2016-11-211-0/+12
|
* changes travis test orderYann Collet2016-11-211-30/+30
|
* attempt -mx32 tests on Travis CIYann Collet2016-11-191-0/+9
|
* removed usan32 tests.Yann Collet2016-11-181-13/+0
| | | | | | Let's summarize : gcc-5 and gcc-6 on Travis do not support UB sanitizer. And clang on Travis is not able to generate -m32 code. Great. It makes the combination impossible to test on Travis ... :(
* moved usan32 tests to gcc-6Yann Collet2016-11-181-3/+3
|
* fixed gcc-5 confYann Collet2016-11-181-1/+4
|
* switch usan32 tests to gcc-5Yann Collet2016-11-181-4/+4
|
* attempt to fix sanitize32 package dependencyYann Collet2016-11-181-0/+2
|
* added sanitize32 tests to TravisYann Collet2016-11-181-15/+23
|
* fixed versionsTestYann Collet2016-11-171-1/+1
|
* fixed Travis test casesYann Collet2016-11-171-2/+2
|
* fix 32-bits mode.Yann Collet2016-11-171-2/+2
| | | | | | Large File support for Mac OS-X in 32-bits mode Fixed potential undefined behavior Changed makefile for 32-bits mode
* restored .travis.ymlYann Collet2016-11-151-22/+124
|
* .travis.yml for coverityYann Collet2016-11-151-0/+25
|
* removed .travis.yml, for better rebaseYann Collet2016-11-151-127/+0
|
* clang and g++ tests restricted to native only on Travis CI Ubuntu v12 ↵Yann Collet2016-11-141-16/+16
| | | | environment
* Using MinGW+MSYS to create DLLPrzemyslaw Skibinski2016-11-101-1/+5
|
* udated README.mdPrzemyslaw Skibinski2016-11-101-2/+5
|
* better MSYS/MinGW supportPrzemyslaw Skibinski2016-11-101-5/+5
|
* NB_LOOPS ?= -i1Przemyslaw Skibinski2016-11-101-1/+1
|
* reordered Travis CI testsPrzemyslaw Skibinski2016-11-101-5/+14
|
* joined arm and aarch64 testsPrzemyslaw Skibinski2016-11-081-21/+18
|
* err0r(LZ4F_errorCodes code) uses ptrdiff_tPrzemyslaw Skibinski2016-11-081-1/+3
|
* test powerpc64Przemyslaw Skibinski2016-11-081-5/+4
|
* tests\Makefile: added test-platformPrzemyslaw Skibinski2016-11-081-4/+4
|
* added platformTestPrzemyslaw Skibinski2016-11-081-3/+5
|
* new Travis testsPrzemyslaw Skibinski2016-11-081-4/+26
|
* MOREFLAGS="-Werror"Przemyslaw Skibinski2016-11-071-3/+3
|
* added "make c_standards"Przemyslaw Skibinski2016-11-071-19/+21
|
* condensed travis.ymlPrzemyslaw Skibinski2016-11-071-80/+6
|
* updated travis.ymlPrzemyslaw Skibinski2016-11-071-28/+28
|
* fixed Travis testsPrzemyslaw Skibinski2016-11-041-0/+2
|
* updated .travis.ymlPrzemyslaw Skibinski2016-11-031-17/+17
|
* versionTests require 32-bit gcc librariesinikep2016-09-051-0/+2
|
* versionTests require python3inikep2016-09-051-29/+33
|
* updated .travis.ymlinikep2016-09-051-32/+150
|
* Updated Makefile and .travisYann Collet2015-09-011-11/+11
|
* renamed directory to versionsTestYann Collet2015-06-281-1/+1
|
* minor example clarificationYann Collet2015-06-281-1/+1
|
* Issue #103 : Add compatibility test between releasesTakayuki MATSUOKA2015-05-151-0/+2
| | | | | | | | | | | | | | | | | | | | | Add forward/backward compatibility test between all versions - Add new Makefile target "versionstest". - Standard test procedure like "make versionstest && make clean" works properly. test/test-lz4-versions.py - This script creates test/lz4test and checkout all Release tagged versions. After that, compile all versions of lz4c and lz4c32 and compress/decompress between all versions. - This test clones entire git repository to checkout all tags. - Since Travis's default command does not clone entire repository, we could not checkout all tags from Travis' default clone. - After that, test script shows all unique .lz4 files. In this list, 'r999' means 'head' of current working copy.
* 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
|