Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare travis-ci.org integration, fix build on Ubuntu 12.04 LTS #24

Merged
merged 2 commits into from
Jun 26, 2014

Conversation

pah
Copy link
Contributor

@pah pah commented Jun 26, 2014

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.

pah added 2 commits June 26, 2014 15:46
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
@miloyip miloyip merged commit 32b9305 into Tencent:master Jun 26, 2014
@pah pah deleted the fixes/travis-ci branch June 26, 2014 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants