Skip to content
This repository has been archived by the owner on May 24, 2018. It is now read-only.

Commit

Permalink
Add circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
gashcrumb committed Mar 27, 2015
1 parent 9bb0a22 commit d0416bd
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
machine:
node:
version: 0.10.33
services:

branches:
ignore:
- gh-pages

dependencies:
pre:
- npm install -g bower gulp
- npm install
- bower install
override:
- gulp build

test:
override:
- echo yes

deployment:
website:
branch: master
owner: hawtio
commands:
- git config --global user.email "circleci@mail.com"
- git config --global user.name "circleci"
- gulp site
- gulp deploy


0 comments on commit d0416bd

Please sign in to comment.