Add FreeBSD CI, from Jan Beich.

This commit is contained in:
Nicholas Marriott
2020-05-19 12:34:34 +01:00
parent dc56b3cd32
commit e10f5a72ce
2 changed files with 21 additions and 0 deletions

View File

@ -15,3 +15,10 @@ if [ "$TRAVIS_OS_NAME" = "linux" ]; then
musl-tools
fi
fi
if [ "$TRAVIS_OS_NAME" = "freebsd" ]; then
sudo pkg install -y \
automake \
libevent \
pkgconf
fi