diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e277ff3..a1a6656 100644 --- a/.travis.yml +++ b/.travis.yml @@ -91,3 +91,18 @@ matrix: compiler: gcc env: - CONFIG_OPTS="--with-pthread" + + # FreeBSD + - name: FreeBSD + os: freebsd + compiler: clang + addons: + pkg: + packages: + - zstd + - lzo2 + - liblz4 + - bzip2 + - readline + env: + - CONFIG_OPTS="--with-pthread" |