mirror of
https://github.com/tmux/tmux.git
synced 2024-10-31 14:48:56 +00:00
TRAVIS-CI: correct path to configure
Specify path to ./configure
This commit is contained in:
parent
beb0c01c27
commit
35d21be19a
@ -7,4 +7,4 @@ matrix:
|
||||
before_install:
|
||||
- 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
|
||||
script: (CFLAGS= ./autogen.sh) && configure --enable-debug && make
|
||||
script: (CFLAGS= ./autogen.sh) && ./configure --enable-debug && make
|
||||
|
Loading…
Reference in New Issue
Block a user