mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 06:17:04 +00:00
Add musl builds.
This commit is contained in:
5
.github/travis/before-install.sh
vendored
5
.github/travis/before-install.sh
vendored
@ -9,4 +9,9 @@ if [ "$TRAVIS_OS_NAME" = "linux" ]; then
|
||||
pkg-config \
|
||||
libutempter-dev \
|
||||
build-essential
|
||||
|
||||
if [ "$BUILD" = "musl" ]; then
|
||||
sudo apt-get -y install musl-dev \
|
||||
musl-tools
|
||||
fi
|
||||
fi
|
||||
|
Reference in New Issue
Block a user