summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2020-08-18 17:24:36 (GMT)
committerGitHub <noreply@github.com>2020-08-18 17:24:36 (GMT)
commitfa5435bca9140c10bd1756d96e1b52a11e88d0ad (patch)
tree4fee8f9176d7efaa2339f9043261a84e89a34770 /.travis.yml
parent9a6e93859d8241643831994572f41c21b6887470 (diff)
parent3dd34df75185f132238451ef4fdb68b83f6fb91a (diff)
downloadlz4-fa5435bca9140c10bd1756d96e1b52a11e88d0ad.zip
lz4-fa5435bca9140c10bd1756d96e1b52a11e88d0ad.tar.gz
lz4-fa5435bca9140c10bd1756d96e1b52a11e88d0ad.tar.bz2
Merge pull request #897 from lz4/lz4wlib
added target lz4-wlib
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index bd29630..f2da894 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,9 +33,11 @@ matrix:
script:
- CC=clang MOREFLAGS=-fsanitize=address make -C tests test-frametest test-fuzzer
- - name: Custom LZ4_DISTANCE_MAX
+ - name: Custom LZ4_DISTANCE_MAX ; Build lz4-wlib (CLI linked to dynamic library)
script:
- MOREFLAGS=-DLZ4_DISTANCE_MAX=8000 make check
+ - make clean
+ - make -C programs lz4-wlib
- name: (Precise) g++ and clang CMake test
dist: precise