]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Build with zstd on TravisCI on OS X
authorSean Purcell <me@seanp.xyz>
Thu, 20 Apr 2017 22:58:48 +0000 (15:58 -0700)
committerSean Purcell <iburinoc@gmail.com>
Tue, 16 May 2017 03:06:49 +0000 (23:06 -0400)
Ubuntu 14.04 apt doesn't have zstd so we can't add it to that yet

.travis.yml

index d7fe8372e9aca56de14aebfee1692342aad9f683..2976843b4ce23e86bbf08aac0f55478b6464e34f 100644 (file)
@@ -25,6 +25,6 @@ matrix:
 before_install:
   - if [ `uname` = "Darwin" ]; then brew update; fi
 install:
-  - if [ `uname` = "Darwin" ]; then brew install xz lzop lz4; fi
+  - if [ `uname` = "Darwin" ]; then brew install xz lzop lz4 zstd; fi
 script:
   - build/ci_build.sh