mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 01:34:18 +00:00 
			
		
		
		
	TRAVIS-CI: correct path to configure
Specify path to ./configure
This commit is contained in:
		@@ -7,4 +7,4 @@ matrix:
 | 
				
			|||||||
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 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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user