Add badge for nightly builds (#2455)

Add the badge for nightly builds with a link to the build page.
This commit is contained in:
Aditya Patwardhan 2016-10-12 13:34:24 -07:00 committed by Sergei Vorobev
parent 6a62969f77
commit 98710a80f0

View File

@ -74,6 +74,12 @@ If you have any problems building, please consult the developer [FAQ][].
|--------------------------|--------------------------| |--------------------------|--------------------------|
| [![av-image][]][av-site] | [![tv-image][]][tv-site] | | [![av-image][]][av-site] | [![tv-image][]][tv-site] |
### Build status of nightly builds
| AppVeyor (Windows) |
|--------------------------|
| [![av-nightly-image][]][av-nightly-site] |
[bd-linux]: docs/building/linux.md [bd-linux]: docs/building/linux.md
[bd-windows]: docs/building/windows-core.md [bd-windows]: docs/building/windows-core.md
[bd-macOS]: docs/building/macos.md [bd-macOS]: docs/building/macos.md
@ -84,6 +90,8 @@ If you have any problems building, please consult the developer [FAQ][].
[tv-site]: https://travis-ci.org/PowerShell/PowerShell/branches [tv-site]: https://travis-ci.org/PowerShell/PowerShell/branches
[av-image]: https://ci.appveyor.com/api/projects/status/nsng9iobwa895f98/branch/master?svg=true [av-image]: https://ci.appveyor.com/api/projects/status/nsng9iobwa895f98/branch/master?svg=true
[av-site]: https://ci.appveyor.com/project/PowerShell/powershell [av-site]: https://ci.appveyor.com/project/PowerShell/powershell
[av-nightly-image]: https://ci.appveyor.com/api/projects/status/46yd4jogtm2jodcq?svg=true
[av-nightly-site]: https://ci.appveyor.com/project/PowerShell/powershell-f975h
Downloading the Source Code Downloading the Source Code
--------------------------- ---------------------------