added continuous Travis-CI, building with checking with both GCC and Clang #5
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi @mhroth,
build.sh
I additionally had to add the use of numeric macros to print intX_t uintX_t on the various architectures on commit neonsoftware@46537ca, as old compilers throw actually an error on the use of lld.
I love that -Werror is used so I guess it was an occasion for a further improvement towards portability.
Info on the these macros here here and here.
Please let me know your opinion on any aspect, and again please feel free to demand for any change or modify it.
Cheers 👍