mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-07 16:54:01 +01: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