Build server: Best practices managing third party components?

前端 未结 4 1227
星月不相逢
星月不相逢 2021-01-31 22:53

I\'m maintaining a quite large legacy application. The source tree is a real mess. I\'m trying to set up a build server.

On the source tree, I\'ve third party component

4条回答
  •  广开言路
    2021-01-31 23:20

    You can use Owly CI tool.

    It allow build projects in easy way by defining manifest file. It also allows handle dependencies - you can wrap 3rd party components in owlyci packages and mark them as dependencies to the main project.

    There is an example, how to use it with Jenkins CI system.

提交回复
热议问题