]> git.ipfire.org Git - thirdparty/zstd.git/commit
fixed tests for minimal decoder builds 1473/head
authorYann Collet <cyan@fb.com>
Mon, 24 Dec 2018 10:56:21 +0000 (02:56 -0800)
committerYann Collet <cyan@fb.com>
Mon, 24 Dec 2018 10:56:21 +0000 (02:56 -0800)
commit515c2aa922b1ff846561c6aa2f63323330387bef
treedb541b2ea53df7556aacdd84315f77b985eaa486
parente980ba212f2746d6be70ee9bf198128514b1807a
fixed tests for minimal decoder builds

It's incorrect to mix targets `all` and `check` with directive -j.
They will be build in parallel
and resulting artifacts will fight each other
with different sets of build options (such as DEBUGLEVEL).
.travis.yml