增加wercker构建

pull/20/head
Jimmy Song 2017-06-22 12:02:07 +08:00
parent 693b10298f
commit c883f3fa7d
1 changed files with 14 additions and 0 deletions

14
wercker.yml 100644
View File

@ -0,0 +1,14 @@
box: wercker/nodejs
build:
steps:
# - npm-install
# install gitbook itself
- script:
name: install gitbook
code: sudo npm install -g gitbook
# build gitbook
- script:
name: build gitbook
code: gitbook install && gitbook build