mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 06:17:04 +00:00
Add static build.
This commit is contained in:
9
.github/travis/build.sh
vendored
Normal file
9
.github/travis/build.sh
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
sh autogen.sh || exit 1
|
||||
if [ "$BUILD" = "static" ]; then
|
||||
./configure --enable-static || exit 1
|
||||
else
|
||||
./configure || exit 1
|
||||
fi
|
||||
exec make
|
Reference in New Issue
Block a user