From cb159db8bfb656e24e42741eaa1f0db6b37645c5 Mon Sep 17 00:00:00 2001 From: Maarten Date: Thu, 3 Dec 2015 21:14:22 +0100 Subject: [PATCH] Show continuous integration results in readme. Show Travis and AppVeyor build results of the master branch in the readme (and project page). Use images from shields.io so shields look the same and a label can be added. Closes #140 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f3e8043b09..0472763c5c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ for writing advanced GUI applications using native controls. ![wxWidgets Logo](https://www.wxwidgets.org/assets/img/header-logo.png) - wxWidgets allows you to write native-looking GUI applications for all the major desktop platforms and also helps with abstracting the differences in the non-GUI aspects between them. It is free @@ -20,6 +19,9 @@ and read its documentation online at http://docs.wxwidgets.org/ Platforms --------- +[![AppVeyor](https://img.shields.io/appveyor/ci/wxWidgets/wxWidgets/master.svg?label=Windows)](https://ci.appveyor.com/project/wxWidgets/wxwidgets) +[![Travis](https://img.shields.io/travis/wxWidgets/wxWidgets/master.svg?label=Linux)](https://travis-ci.org/wxWidgets/wxWidgets) + wxWidgets currently supports the following primary platforms: - Windows XP, Vista, 7, 8 and 10 (32/64 bits).