From d62cb5d19961f23b238db3b4151796239d75dcce Mon Sep 17 00:00:00 2001 From: Karl Schultz Date: Mon, 9 Oct 2017 09:22:01 -0600 Subject: [PATCH] Add Travis-CI badge to README.md (#88) Show Travis-CI build status in the README.md so that it is easily seen while viewing the GitHub repo. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 072c5fc..148aeba 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Vulkan-Hpp: C++ Bindings for Vulkan +## CI Build Status +| Platform | Build Status | +|:--------:|:------------:| +| Linux | [![Build Status](https://travis-ci.org/KhronosGroup/Vulkan-Hpp.svg?branch=master)](https://travis-ci.org/KhronosGroup/Vulkan-Hpp) | + The goal of the Vulkan-Hpp is to provide header only C++ bindings for the Vulkan C API to improve the developers Vulkan experience without introducing CPU runtime cost. It adds features like type safety for enums and bitfields, STL container support, exceptions and simple enumerations. # Getting Started