do distcheck in parallel as well

pull/254/head
Timothy Stack 9 years ago
parent a23e83f878
commit 17ca8febf0

@ -2,7 +2,7 @@
language: cpp
compiler: gcc
sudo: false
script: ./autogen.sh && ./configure && make -j3 && make check -j3 && make distcheck
script: ./autogen.sh && ./configure && make -j3 && make check -j3 && make distcheck -j3
after_script: test -e test/test-suite.log && cat test/test-suite.log
env:

Loading…
Cancel
Save