Update circle to be a simple make

pull/10616/head
Chris Goller 2016-09-27 16:27:43 -05:00
parent d7e7dcf8ab
commit 652277f040
1 changed files with 1 additions and 6 deletions

View File

@ -13,14 +13,9 @@ dependencies:
- git config --global url."git@github.com:".insteadOf "https://github.com/"
- mkdir -p ${HOME}/.go_workspace/src/github.com/influxdata
- ln -sf ${HOME}/mrfusion ${HOME}/.go_workspace/src/github.com/influxdata
- "make jsdep":
pwd: ../.go_workspace/src/github.com/influxdata/mrfusion
- "make godep":
pwd: ../.go_workspace/src/github.com/influxdata/mrfusion
- "make build":
- "make":
pwd: ../.go_workspace/src/github.com/influxdata/mrfusion
cache_directories:
- ../.go_workspace/src/github.com/influxdata/mrfusion/ui/node_modules
- ../../../../../mrfusion/ui/node_modules
test: