update .travis ci config
This commit is contained in:
parent
9e020768d9
commit
442cca2941
1 changed files with 6 additions and 6 deletions
12
.travis.yml
12
.travis.yml
|
@ -6,12 +6,12 @@ compiler:
|
|||
install:
|
||||
- sudo apt-get install check libpcre3 libpcre3-dev libjemalloc-dev libjemalloc1 build-essential libtool automake autoconf m4 gnulib
|
||||
before_script:
|
||||
- aclocal
|
||||
- autoconf
|
||||
- automake --add-missing --foreign
|
||||
- autoreconf -i -I/usr/share/gnulib/m4 && ./configure && make
|
||||
# - ./autogen.sh
|
||||
# - ./configure && make
|
||||
# - aclocal
|
||||
# - autoconf
|
||||
# - automake --add-missing --foreign
|
||||
# - autoreconf -i -I/usr/share/gnulib/m4 && ./configure && make
|
||||
- ./autogen.sh
|
||||
- ./configure && make
|
||||
script:
|
||||
- make check
|
||||
cache:
|
||||
|
|
Loading…
Reference in a new issue