From: Jon Griffiths Date: Mon, 29 Aug 2016 01:10:29 +0000 (+1200) Subject: Ensure config.h is created before the main travis builds X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=4e2b7d0eed9fa1b98d5920393015b13fa06fedfa;p=ccan Ensure config.h is created before the main travis builds The current makefiles are not parallel safe and reliably fail on the clang build. The real fix is to rewrite the makefiles, but in the meantime, allow the clang tests to pass. --- diff --git a/.travis.yml b/.travis.yml index 37bbd460..cbb0aebb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,5 +11,6 @@ addons: - libjudy-dev libvorbis-dev libportaudio-dev libtalloc-dev script: + - make config.h - make -j2 - make -j2 -k check