diff options
author | Juan Quintela <quintela@redhat.com> | 2019-12-17 21:15:24 +0100 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2020-02-28 09:24:43 +0100 |
commit | 3a67848134d0c07da49033f9ed08bf0ddeec0c6d (patch) | |
tree | 4b3d25585beef6ccb244de9546a5472fe5521a13 /.travis.yml | |
parent | 7ec2c2b3c1bc0c713b349b102413468b07336aab (diff) | |
download | qemu-3a67848134d0c07da49033f9ed08bf0ddeec0c6d.zip |
configure: Enable test and libs for zstd
Add it to several build systems to make testing good.
Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index f4020dcc6c..9867272177 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,6 +49,7 @@ addons: - libusb-1.0-0-dev - libvdeplug-dev - libvte-2.91-dev + - libzstd-dev - sparse - uuid-dev - gcovr |