KoreBuild/README.md

21 строка
988 B
Markdown
Исходник Обычный вид История

2016-02-25 21:10:43 +03:00
KoreBuild
2017-03-01 21:05:14 +03:00
=========
2016-02-25 21:10:43 +03:00
2017-03-21 23:51:34 +03:00
[![Travis build status](https://img.shields.io/travis/aspnet/KoreBuild.svg?label=travis-ci&branch=dev&style=flat-square)](https://travis-ci.org/aspnet/KoreBuild/branches)
[![AppVeyor build status](https://img.shields.io/appveyor/ci/aspnetci/KoreBuild/dev.svg?label=appveyor&style=flat-square)](https://ci.appveyor.com/project/aspnetci/KoreBuild/branch/dev)
2017-03-01 21:05:14 +03:00
Build scripts for repos on https://github.com/aspnet.
2016-02-25 21:10:43 +03:00
This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [Home](https://github.com/aspnet/home) repo.
2017-03-21 23:51:34 +03:00
## Testing
This repository contains test scripts in the test/ folder.
### build-canary-repo.{sh, ps1}
This script will download a repository and use the local version of KoreBuild to build it.
This serves as a canary test for the scripts but may not exercise all areas of KoreBuild.
This defaults to using <https://github.com/aspnet/DependencyInjection.git> as the canary.