summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTakayuki Matsuoka <t-mat@users.noreply.github.com>2021-05-31 01:57:16 (GMT)
committerTakayuki Matsuoka <t-mat@users.noreply.github.com>2021-05-31 01:57:16 (GMT)
commit9e72f2c01f2bab0056147a19979f926c477be096 (patch)
tree05538d6e509696371220d8f58d28b01b5d3b7eff /.travis.yml
parent485907563ffc98c70d463256e8fcad2584bb29b0 (diff)
downloadlz4-9e72f2c01f2bab0056147a19979f926c477be096.zip
lz4-9e72f2c01f2bab0056147a19979f926c477be096.tar.gz
lz4-9e72f2c01f2bab0056147a19979f926c477be096.tar.bz2
Disable "Custom LZ4_DISTANCE_MAX ; ..."
[lz4-custom-distance] contains the following command ``` MOREFLAGS='-DLZ4_DISTANCE_MAX=8000' make V=1 check make V=1 -C programs lz4-wlib make V=1 -C tests fullbench-wmalloc # test LZ4_USER_MEMORY_FUNCTIONS CC="c++ -Wno-deprecated" make V=1 -C tests fullbench-wmalloc # stricter function signature check ``` Actually, there're 3+1 tests (1) Test for Custom LZ4_DISTANCE_MAX. 6654c2c, #753, #755 (2) Test for dynamic link library. 3dd34df, #888 (3-1) Test for LZ4_USER_MEMORY_FUNCTIONS. 52646e8, #937, #946 (3-2) Same as (3-1), but compile it with c++. After we'll stabilize CI tests, this test should be split into 3 individual parts for clarity. [lz4-custom-distance] https://github.com/lz4/lz4/blob/025c3ce8f994213371a4260ae932ea244d44c6fc/.github/workflows/ci.yml#L241-L255
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index 6413103..5215474 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,16 +31,16 @@ matrix:
# script:
# - CC=clang MOREFLAGS=-fsanitize=address make -C tests test-frametest test-fuzzer
#
- - name: Custom LZ4_DISTANCE_MAX ; lz4-wlib (CLI linked to dynamic library); LZ4_USER_MEMORY_FUNCTIONS
- script:
- - MOREFLAGS=-DLZ4_DISTANCE_MAX=8000 make check
- - make clean
- - make -C programs lz4-wlib
- - make clean
- - make -C tests fullbench-wmalloc # test LZ4_USER_MEMORY_FUNCTIONS
- - make clean
- - CC="c++ -Wno-deprecated" make -C tests fullbench-wmalloc # stricter function signature check
-
+# - name: Custom LZ4_DISTANCE_MAX ; lz4-wlib (CLI linked to dynamic library); LZ4_USER_MEMORY_FUNCTIONS
+# script:
+# - MOREFLAGS=-DLZ4_DISTANCE_MAX=8000 make check
+# - make clean
+# - make -C programs lz4-wlib
+# - make clean
+# - make -C tests fullbench-wmalloc # test LZ4_USER_MEMORY_FUNCTIONS
+# - make clean
+# - CC="c++ -Wno-deprecated" make -C tests fullbench-wmalloc # stricter function signature check
+#
- name: (Precise) g++ and clang CMake test
dist: precise
script: