diff options
author | Guy Harris <guy@alum.mit.edu> | 2018-03-05 16:31:52 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2018-03-05 16:31:52 -0800 |
commit | e35d850fa5ffcccda7d326a19d70372d43a6edee (patch) | |
tree | 2fafa06c8ebf309c2bd358b6797e716720cbbdfd | |
parent | 18905f7312f9117e63cbe4b8cc9d7b00d3da058d (diff) | |
download | tcpdump-e35d850fa5ffcccda7d326a19d70372d43a6edee.tar.gz |
Mention AppVeyor, and give some more information about Travis CI.
-rw-r--r-- | CONTRIBUTING | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING index b2e3cc00..fa86767f 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -45,10 +45,14 @@ How to add new code and to update existing code https://github.com/the-tcpdump-group/tcpdump (See https://help.github.com/articles/fork-a-repo/) -2) Setup an optional Travis-CI build - You can setup a travis build for your fork. So, you can test your changes - on Linux and OSX before sending pull requests. - (See http://docs.travis-ci.com/user/getting-started/) +2) Setup optional Travis CI build and AppVeyor builds + You can setup Travis CI and AppVeyor builds for your fork, soyou can + test your changes on Linux, macOS, and Windows before sending pull + requests. + (See http://docs.travis-ci.com/user/getting-started/ for information + on setting up Travis CI; go to https://ci.appveyor.com/login and log + in with your GitHub account and select "NEW PROJECT" to set up an + AppVeyor build.) 3) Setup your git working copy git clone https://github.com/<username>/tcpdump.git @@ -98,9 +102,13 @@ How to add new code and to update existing code 9) Once 100% happy, put your work into your forked repository. git push + This will trigger both Travis CI and AppVeyor builds. 10) Initiate and send a pull request - (See https://help.github.com/articles/using-pull-requests/) + (See https://help.github.com/articles/using-pull-requests/) + Note that creating the pull request will cause your code to be + tested on Linux and macOS with Travis CI and on Windows with + AppVeyor. Code style and generic remarks |