Separate out the dependencies steps to see how long they take
parent
7d237ea3c3
commit
10f4a87342
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue