mirror of
https://github.com/tstack/lnav
synced 2024-11-17 15:29:40 +00:00
[build] rerun autogen on travis
This commit is contained in:
parent
5e4d186921
commit
8d23b92e42
@ -3,4 +3,4 @@ language: cpp
|
||||
compiler: gcc
|
||||
before_install:
|
||||
- sudo apt-get install -y -qq libgpm-dev
|
||||
script: ./configure && make && make check
|
||||
script: ./autogen && ./configure && make && make check
|
||||
|
@ -1,4 +1,5 @@
|
||||
|
||||
TESTS_ENVIRONMENT = $(SHELL) $(top_builddir)/TESTS_ENVIRONMENT
|
||||
LOG_COMPILER = $(SHELL) $(top_builddir)/TESTS_ENVIRONMENT
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
|
@ -568,6 +568,7 @@ target_alias = @target_alias@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
TESTS_ENVIRONMENT = $(SHELL) $(top_builddir)/TESTS_ENVIRONMENT
|
||||
LOG_COMPILER = $(SHELL) $(top_builddir)/TESTS_ENVIRONMENT
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/src \
|
||||
|
Loading…
Reference in New Issue
Block a user