Skip to content

Commit

Permalink
Added build info
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
304NotModified committed Dec 22, 2015
1 parent 0539897 commit fd705e3
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,39 @@ License
---
NLog is open source software, licensed under the terms of BSD license.
See [LICENSE.txt](LICENSE.txt) for details.


How to build
---
Use Visual studio 2012/2013/2015 and open solution file in the 'src' folder, like 'NLog.netfx45.sln'

For building in the cloud we use:
- AppVeyor for Windows builds, including Silverlight and Xamarin.
- Travis for Mono builds.
- CodeCov for code coverage

How to build your fork in the cloud
---
Steps to set up [AppVeyor](https://ci.appveyor.com)/[Travis](https://travis-ci.org/)/[CodeCov](https://codecov.io/) for your own fork.

**AppVeyor**:

1. Login with your Github account to https://ci.appveyor.com
2. Choose "projects"
3. Select your fork and press "+" button
4. Done. All config is in appveyor.yml already

**Travis**:

1. Login with your Github account to https://travis-ci.org/
2. Select your fork
3. Push and wait

**CodeCov**: (AppVeyor needed)

1. Login with your Github account to https://codecov.io/
2. Press "+ Add new repository to Codecov" button
3. Select your fork
4. Wait for a build on AppVeyor. All the config is already in appveyor.yml. The first report can take some minutes after the first build.


0 comments on commit fd705e3

Please sign in to comment.