Disable "(Precise) benchmark test"
Disable "(Precise) benchmark test"
lz4-benchmark[1] in ci.yml contains the following command
```
make -C tests test-lz4 test-lz4c test-fullbench
```
[1] 025c3ce8f9/.github/workflows/ci.yml (L167-L189)
This commit is contained in:
parent
4392dc3261
commit
a44ef30cd5
12
.travis.yml
12
.travis.yml
@ -12,12 +12,12 @@ matrix:
|
||||
# - make clean
|
||||
# - make test MOREFLAGS='-Werror -Wconversion -Wno-sign-conversion' | tee # test scenario where `stdout` is not the console
|
||||
#
|
||||
# Container-based 12.04 LTS Server Edition 64 bit (doesn't support 32-bit includes)
|
||||
- name: (Precise) benchmark test
|
||||
dist: precise
|
||||
script:
|
||||
- make -C tests test-lz4 test-lz4c test-fullbench
|
||||
|
||||
# # Container-based 12.04 LTS Server Edition 64 bit (doesn't support 32-bit includes)
|
||||
# - name: (Precise) benchmark test
|
||||
# dist: precise
|
||||
# script:
|
||||
# - make -C tests test-lz4 test-lz4c test-fullbench
|
||||
#
|
||||
- name: (Precise) frame and fuzzer test
|
||||
dist: precise
|
||||
install:
|
||||
|
Loading…
Reference in New Issue
Block a user