This topic is locked

PHPRunner Build source from command line

10/17/2019 8:44:46 AM
PHPRunner General questions
J
jwehner author

We need the ability to send the projects to source control. I have found the blog on how to use SVN Source Control Blog Link
But with our DevOps guys they don't want to use PHPRunner IDE to build the site. Is there a way to automate the building from a command line so this could be automated?
Thanks

Sergey Kornilov admin 10/17/2019

We do not have this kind of functionality. To handle this kind of scenario you can simply add the whole content of the output folder to source control.

J
jwehner author 10/17/2019



We do not have this kind of functionality. To handle this kind of scenario you can simply add the whole content of the output folder to source control.


But the build process is still being done by the IDE. With our current SDLC we can't perform the build process. This must be automated to push to our three environments (Development, UAT and Production).
But I do understand what you are saying and I'm in agreement with it and it would work it's just not what our DevOps want as it's not automated build.
Thanks for the input.

Sergey Kornilov admin 10/17/2019

I totally understand what you saying and we'll look into this.