Update README.md

Added a build badge
This commit is contained in:
Matthew Parkinson
2019-01-16 17:19:22 +00:00
committed by GitHub
parent dca05e2556
commit cf8699df4f

View File

@@ -10,6 +10,8 @@ snmalloc is a research allocator. Its key design features are:
* The allocator uses large ranges of pages to reduce the amount of meta-data
required.
[![Build Status](https://dev.azure.com/snmalloc/snmalloc/_apis/build/status/Microsoft.snmalloc?branchName=master)](https://dev.azure.com/snmalloc/snmalloc/_build/latest?definitionId=1?branchName=master)
# Building on Windows
The Windows build currently depends on Visual Studio 2017.