aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2021-06-24 11:01:37 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2021-06-24 11:01:37 +0200
commita6dc906750c251f2292dd4f634dcb64341752795 (patch)
treea8b7d9a3cb3ce8e9d8e3a4f042eb66a1ec10ca5c
parent32ba5e838bbc9558aace8b1c5a38180af07521f2 (diff)
Travis-ci: move FreeBSD pkg addons to FreeBSD target section
Apparentyl it bricks *some* of the GNU/Linux builds, plus MacOS X that get stuck at a password prompt. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
-rw-r--r--.travis.yml15
1 files changed, 8 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 2380142..ef56b39 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,13 +7,6 @@ addons:
homebrew:
packages:
- zstd lzo lz4 xz zlib bzip2 readline
- pkg:
- packages:
- - zstd
- - lzo2
- - liblz4
- - bzip2
- - readline
script:
- ./autogen.sh
@@ -103,5 +96,13 @@ matrix:
- name: FreeBSD
os: freebsd
compiler: clang
+ addons:
+ pkg:
+ packages:
+ - zstd
+ - lzo2
+ - liblz4
+ - bzip2
+ - readline
env:
- CONFIG_OPTS="--with-pthread"