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

add AppVeyor CI support for checked Windows builds #242

Merged
merged 10 commits into from
Feb 18, 2015

Conversation

Kosta-Github
Copy link
Contributor

AppVeyor provides a free service for doing checked Windows builds (similar to Travis CI for Linux).

The following build matrix has been created for my account:

  • VS2012, VS2013
  • win32, x64
  • Debug, Release

Steps to integrate this into your repo:

  1. Sign in into http://appveyor.com with your github account
  2. Add your rapidjson project to your AppVeyor project list
  3. Switch to your project setting: https://ci.appveyor.com/project/miloyip/rapidjson/settings
  4. Check Skip branches without appveyor.yml and press the Save button
  5. Replace the badge link in readme.md with a link pointing to your AppVeyor account by using the badge link from this page: https://ci.appveyor.com/project/miloyip/rapidjson/settings/badges
  6. Done.

## Build status
* Tavis CI (Linux): [![Travis Build status](https://travis-ci.org/miloyip/rapidjson.png)](https://travis-ci.org/miloyip/rapidjson)
* AppVeyor (Windows): [![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/3xw2isxomp5r4do7/branch/master?svg=true)](https://ci.appveyor.com/project/Kosta-Github/rapidjson/branch/master)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The AppVeyor links need to be changed to point to your account!

@Kosta-Github
Copy link
Contributor Author

I wasn't aware of that ticket... :-)

miloyip added a commit that referenced this pull request Feb 18, 2015
add AppVeyor CI support for checked Windows builds
@miloyip miloyip merged commit 399d8b1 into Tencent:master Feb 18, 2015
@Kosta-Github Kosta-Github deleted the Kosta/appveyor_support branch February 18, 2015 07:56
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