summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNick Terrell <terrelln@fb.com>2017-09-11 21:27:52 +0200
committerDavid Sterba <dsterba@suse.com>2017-09-25 15:17:15 +0200
commit0766330f8504dfa876894795fecf8feaff8c1e9c (patch)
tree153fce2ebcbd9a23c11c139cca91cc8384e2c548 /.travis.yml
parent717a8b1e5d1ba69154ef84b35be75c9cf7730e1d (diff)
btrfs-progs: tests: add testing image for zstd for btrfs-restore
Adds tests for the new features based on a prebuilt btrfs image with a zstd compressed file. Split from the previous patch. Signed-off-by: Nick Terrell <terrelln@fb.com> [ with some cleanups ] Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 2aa44bda..50b3c1c8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -59,6 +59,15 @@ before_install:
sudo make install;
cd ../..
"
+ - "mkdir tmp-zstd;
+ cd tmp-zstd;
+ wget https://github.com/facebook/zstd/archive/v1.3.1.tar.gz;
+ tar xf v1.3.1.tar.gz;
+ cd zstd-1.3.1;
+ make;
+ sudo make install PREFIX=/usr;
+ cd ../..
+ "
- "./autogen.sh && ./configure --disable-documentation && make"
addons: