Add continuous integration with Azure

This patch adds continuous integration with Azure Pipelines at:
https://dev.azure.com/samueltebbs/pluto/_build?definitionId=1. This will
download zig v0.4.0 (will change to master once we upgrade our source),
build the kernel, install qemu and do runtime testing (mock testing will
also need to be done once that is up and running). Closes #13
This commit is contained in:
Sam Tebbs 2019-07-19 09:41:55 +01:00 committed by Sam Tebbs
parent 811ee30f17
commit 50948774c4
2 changed files with 42 additions and 0 deletions

View file

@ -1,5 +1,7 @@
# Pluto
[![Build Status](https://dev.azure.com/samueltebbs/pluto/_apis/build/status/SamTebbs33.pluto?branchName=develop)](https://dev.azure.com/samueltebbs/samueltebbs/_build/latest?definitionId=1&branchName=develop)
## Build
Requires *xorriso* and the grub tools (such as *grub-mkrescue*).
```