Prepare travis-ci.org integration, fix build on Ubuntu 12.04 LTS#24
Merged
miloyip merged 2 commits intoTencent:masterfrom Jun 26, 2014
Merged
Prepare travis-ci.org integration, fix build on Ubuntu 12.04 LTS#24miloyip merged 2 commits intoTencent:masterfrom
miloyip merged 2 commits intoTencent:masterfrom
Conversation
Travis CI is a free hosted continuous integration platform for open-source projects. It allows automated testing for GitHub-hosted projects. This commit adds a corresponding `.travis.yml` configuration file.
The C++ standard does not include the C99 macros used to set the (U)INT64 constants in document.h and reader.h (see adf6629 and ce1fece). Many implementations include their definition when the __STDC_CONSTANT_MACROS preprocessor symbol is defined. See e.g. http://www.cprogramdevelop.com/5272623/, needed to successfully build in travis-ci.org's environment.
miloyip
added a commit
that referenced
this pull request
Jun 26, 2014
Prepare travis-ci.org integration, fix build on Ubuntu 12.04 LTS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Travis CI is a free hosted continuous integration platform for open-source projects. It allows automated testing for GitHub-hosted projects. I've enabled its use in my (to be obsoleted) fork.
After adding the configuration and the additionally required fix, the current master branch build successfully on 64-bit clang and gcc, see https://travis-ci.org/pah/rapidjson. By default, new pull-requests are automatically built as well.