Added CircleCI build job and README badges

This commit is contained in:
Rob Moran
2016-02-24 14:57:24 +00:00
parent b25d6d3e62
commit e3c9180d70
2 changed files with 17 additions and 0 deletions

View File

@@ -1,4 +1,10 @@
# Web Bluetooth DFU
[![Circle CI](https://img.shields.io/circleci/project/thegecko/web-bluetooth-dfu.svg)](https://circleci.com/gh/thegecko/web-bluetooth-dfu)
[![Bower](https://img.shields.io/bower/v/web-bluetooth-dfu.svg)](http://bower.io/search/?q=web-bluetooth-dfu)
[![npm](https://img.shields.io/npm/dm/web-bluetooth-dfu.svg)](https://www.npmjs.com/package/web-bluetooth-dfu)
[![Licence MIT](https://img.shields.io/badge/licence-MIT-blue.svg)](http://opensource.org/licenses/MIT)
Device firmware update with Web Bluetooth
Update device firmware via [Web Bluetooth](https://webbluetoothcg.github.io/web-bluetooth/) following the protocol here:

11
circle.yml Normal file
View File

@@ -0,0 +1,11 @@
machine:
node:
version: 4.0.0
dependencies:
post:
- npm install
test:
override:
- gulp