mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-22 07:30:43 +00:00
Use autoconf for travis build
This commit is contained in:
parent
c7558b1f51
commit
fdb4bd1f4e
1 changed files with 2 additions and 1 deletions
|
|
@ -10,6 +10,7 @@ addons:
|
|||
- flex
|
||||
- autoconf
|
||||
- libtool
|
||||
- asciidoc
|
||||
|
||||
# Build using gcc and clang since it is supported
|
||||
compiler:
|
||||
|
|
@ -21,4 +22,4 @@ before_script: autoreconf -fiv
|
|||
|
||||
# No configure or make install needed
|
||||
# See c/Makefile for the reason for make -e
|
||||
script: ./configure && make
|
||||
script: ./configure && make && make check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue