mirror of
https://github.com/tmate-io/tmate.git
synced 2026-01-23 02:24:06 +00:00
TRAVIS-CI: correct path to configure
Specify path to ./configure
This commit is contained in:
parent
beb0c01c27
commit
35d21be19a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue