next try, forgot to call autogen, added perl stuff for unit tests

This commit is contained in:
TLINDEN
2015-04-13 20:09:45 +02:00
parent 62265f3da5
commit 22ef544615

View File

@@ -9,9 +9,13 @@ before_install:
- make
- sudo make install
- cd ..
- ./autogen.sh
- cpanm Test::More IPC::Open3 Config::General Tie::IxHash
compiler:
- clang
- gcc
script:
- ./configure
- make
- make check
- make test