make distcheck non-parallel, -j4 fails

This commit is contained in:
Tim Ruehsen 2014-04-16 13:00:43 +02:00
parent c18f6fdc6f
commit 9a31e73751
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ compiler:
- gcc
- clang
# Change this to your needs
script: ./autogen.sh && ./configure --enable-gtk-doc && make -j4 && make check -j4 && make distcheck -j4
script: ./autogen.sh && ./configure --enable-gtk-doc && make -j4 && make check -j4 && make distcheck
before_install:
- sudo apt-get -qq update
- sudo apt-get -q install autoconf automake autopoint libtool gtk-doc-tools gettext idn2 libidn2-0 libidn2-0-dev