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
This commit is contained in:
parent
f61627fc7e
commit
cb159db8bf
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user