mirror of
https://github.com/tmux/tmux.git
synced 2024-12-14 19:18:48 +00:00
TRAVIS: add bison to build deps
This commit is contained in:
parent
75aeb733f2
commit
092c7bfeb8
@ -6,5 +6,5 @@ matrix:
|
|||||||
env: CFLAGS="-g -O2"
|
env: CFLAGS="-g -O2"
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get -y install debhelper autotools-dev dh-autoreconf file libncurses5-dev libevent-dev pkg-config libutempter-dev build-essential
|
- sudo apt-get -y install bison debhelper autotools-dev dh-autoreconf file libncurses5-dev libevent-dev pkg-config libutempter-dev build-essential
|
||||||
script: (CFLAGS= ./autogen.sh) && ./configure --enable-debug && make
|
script: (CFLAGS= ./autogen.sh) && ./configure --enable-debug && make
|
||||||
|
Loading…
Reference in New Issue
Block a user