PHPCI icon indicating copy to clipboard operation
PHPCI copied to clipboard

Introduction of a 'build' stage?

Open cooperaj opened this issue 8 years ago • 2 comments

I'm currently setting up a reasonably complex build that requires bower and gulp. I'm using the new gulp plugin and a third party bower plugin.

My question is, in order to neaten up the phpci.yml file it would be nice if these could be as part of a "build" stage rather then "setup" since they are actually building things. I could see this would also be useful for running Phing scripts that move assets around or auto-generate web service endpoints for example.

cooperaj avatar Jan 22 '16 13:01 cooperaj

Well why can't you use the shell commands plugin that is part of PHPCI?

olimorris avatar Feb 29 '16 06:02 olimorris

It's more of a semantics thing. These are build actions - not testing or setup and so having them separate in your configuration makes sense.

cooperaj avatar Feb 29 '16 16:02 cooperaj