mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Add FreeBSD CI, from Jan Beich.
This commit is contained in:
7
.github/travis/before-install.sh
vendored
7
.github/travis/before-install.sh
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user