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.
This commit is contained in:
Karl Schultz 2017-10-09 09:22:01 -06:00 committed by Markus Tavenrath
parent 5ee30d3ce1
commit d62cb5d199

View File

@ -1,5 +1,10 @@
# Vulkan-Hpp: C++ Bindings for Vulkan # 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. 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 # Getting Started