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 - sudo apt-get install check
script: script:
- mkdir -p build && cd build - autoreconf -i
- cmake .. - ./configure
- make -j3 - make -j3
- make test - make check
# build docs separately
- make docs
notifications: notifications:
email: false email: false