Move travis build to autotools

This commit is contained in:
jin-eld 2013-08-24 03:22:07 +03:00
parent 50c8a820e5
commit 974b8fb8bf

View File

@ -27,12 +27,10 @@ before_script:
- sudo apt-get install check
script:
- mkdir -p build && cd build
- cmake ..
- autoreconf -i
- ./configure
- make -j3
- make test
# build docs separately
- make docs
- make check
notifications:
email: false