]> git.ozlabs.org Git - ccan/commitdiff
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)
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

index 37bbd46032efbce420b3b5dc91e044e1b4e9f70b..cbb0aebb881c1d782b2431230be392fc55916e8c 100644 (file)
@@ -11,5 +11,6 @@ addons:
             - libjudy-dev libvorbis-dev libportaudio-dev libtalloc-dev
 
 script:
+        - make config.h
         - make -j2
         - make -j2 -k check