Separate out the dependencies steps to see how long they take

pull/10616/head
Andrew Watkins 2016-09-22 16:32:10 -07:00
parent 7d237ea3c3
commit 10f4a87342
1 changed files with 6 additions and 1 deletions

View File

@ -13,7 +13,12 @@ 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
- cd ${HOME}/.go_workspace/src/github.com/influxdata/mrfusion && make
- make jsdep:
pwd: ${HOME}/.go_workspace/src/github.com/influxdata/mrfusion
- make godep:
pwd: ${HOME}/.go_workspace/src/github.com/influxdata/mrfusion
- make build:
pwd: ${HOME}/.go_workspace/src/github.com/influxdata/mrfusion
cache_directories:
- ${HOME}/.go_workspace/src/github.com/influxdata/mrfusion/ui/node_modules