From cf8699df4f2b40651d65495aab3fd922e0e5427c Mon Sep 17 00:00:00 2001 From: Matthew Parkinson Date: Wed, 16 Jan 2019 17:19:22 +0000 Subject: [PATCH] Update README.md Added a build badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index da7bf5b..13cfb75 100644 --- a/README.md +++ b/README.md @@ -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.