Commit 4e2b7d0e authored by Jon Griffiths's avatar Jon Griffiths

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.
parent e05d1ff2
......@@ -11,5 +11,6 @@ addons:
- libjudy-dev libvorbis-dev libportaudio-dev libtalloc-dev
script:
- make config.h
- make -j2
- make -j2 -k check
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment