tweaking on travis

This commit is contained in:
Stasik0 2014-03-07 13:34:36 +01:00
parent bb80e1a03b
commit da996cef50
2 changed files with 9 additions and 8 deletions

1
.gitignore vendored
View File

@ -10,6 +10,7 @@ log
*.a
*.la
*.so*
*.Po
/bin
m4
/autom4te.cache

View File

@ -2,12 +2,12 @@ language: c
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq build-essential subversion git autoconf libtool texinfo
- svn checkout svn://svn.code.sf.net/p/check/code/trunk check-code
- cd check-code
- autoreconf --install
- ./configure
- make
- sudo make install -qq
- sudo ldconfig -qq
- cd ..
- svn checkout svn://svn.code.sf.net/p/check/code/trunk check-code
- cd check-code
- autoreconf --install
- ./configure
- make
- sudo make install -qq
- sudo ldconfig -qq
- cd ..
script: ./autogen.sh && ./configure && make && make check