]> git.ozlabs.org Git - ccan/commit
Ensure config.h is created before the main travis builds
authorJon Griffiths <jon_p_griffiths@yahoo.com>
Mon, 29 Aug 2016 01:10:29 +0000 (13:10 +1200)
committerJon Griffiths <jon_p_griffiths@yahoo.com>
Mon, 29 Aug 2016 01:10:29 +0000 (13:10 +1200)
commit4e2b7d0eed9fa1b98d5920393015b13fa06fedfa
treeb95faa46f53bf5f9a35534b75e121a7331863ab9
parente05d1ff2e0b13516776c0a895c8aa47a8f838744
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.
.travis.yml