Skip to content

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

Merged
miloyip merged 2 commits intoTencent:masterfrom
pah:fixes/travis-ci
Jun 26, 2014
Merged

Prepare travis-ci.org integration, fix build on Ubuntu 12.04 LTS#24
miloyip merged 2 commits intoTencent:masterfrom
pah:fixes/travis-ci

Conversation

@pah
Copy link
Copy Markdown
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