mirror of
https://github.com/thegecko/web-bluetooth-dfu.git
synced 2025-12-11 19:48:12 +08:00
Added CircleCI build job and README badges
This commit is contained in:
11
circle.yml
Normal file
11
circle.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
machine:
|
||||
node:
|
||||
version: 4.0.0
|
||||
|
||||
dependencies:
|
||||
post:
|
||||
- npm install
|
||||
|
||||
test:
|
||||
override:
|
||||
- gulp
|
||||
Reference in New Issue
Block a user