diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2021-06-24 10:37:02 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2021-06-24 10:49:03 +0200 |
commit | 11112edaa1aa73edefa6a27d618d5b65b5c81bb9 (patch) | |
tree | 23266c2c2ad759b5f4ba4fc1a07e189f103e2865 /.travis.yml | |
parent | f53d0ca1d23516344dd94162ee6ef1d5740c8bc8 (diff) |
Try to add a FreeBSD target to the travis-ci config file
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7934da1..2380142 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,13 @@ addons: homebrew: packages: - zstd lzo lz4 xz zlib bzip2 readline + pkg: + packages: + - zstd + - lzo2 + - liblz4 + - bzip2 + - readline script: - ./autogen.sh @@ -91,3 +98,10 @@ matrix: compiler: gcc env: - CONFIG_OPTS="--with-pthread" + + # FreeBSD + - name: FreeBSD + os: freebsd + compiler: clang + env: + - CONFIG_OPTS="--with-pthread" |