Add Microsoft Azure Pipelines configuration
authorBin Meng <bmeng.cn@gmail.com>
Sun, 27 Oct 2019 12:19:48 +0000 (05:19 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 28 Oct 2019 17:32:51 +0000 (13:32 -0400)
commitd2e680fa557539e324928838781bd38245caeb98
tree9a40824f2f68fa320abb6309063519ef1dd6a9d1
parent4d90f6cd9813cb513303a91d8b53e1ee027324bd
Add Microsoft Azure Pipelines configuration

Microsoft Azure Pipelines [1] provides unlimited CI/CD minutes and
10 parallel jobs to every open source project for free.

This adds a configuration file for Azure Pipelines to utilize the
free Windows VM hosted by Microsoft to ensure no build broken in
building U-Boot host tools for Windows.

[1] https://azure.microsoft.com/en-us/blog/announcing-azure-pipelines-with-unlimited-ci-cd-minutes-for-open-source/

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
.azure-pipelines.yml [new file with mode: 0644]