From e3c9180d703de2bc5430c91c5373800b5e1a0ba9 Mon Sep 17 00:00:00 2001 From: Rob Moran Date: Wed, 24 Feb 2016 14:57:24 +0000 Subject: [PATCH] Added CircleCI build job and README badges --- README.md | 6 ++++++ circle.yml | 11 +++++++++++ 2 files changed, 17 insertions(+) create mode 100644 circle.yml diff --git a/README.md b/README.md index 8e1bb2f..5a23975 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/circle.yml b/circle.yml new file mode 100644 index 0000000..00c27d1 --- /dev/null +++ b/circle.yml @@ -0,0 +1,11 @@ +machine: + node: + version: 4.0.0 + +dependencies: + post: + - npm install + +test: + override: + - gulp \ No newline at end of file