Language Agnostic Build Management System

前端 未结 6 1521
無奈伤痛
無奈伤痛 2021-02-10 02:58

Several times in my career, I have worked in a software group that determined that

a) We needed a build/test system
b) We should write our own
c) We can have a

6条回答
  •  半阙折子戏
    2021-02-10 03:52

    Apache's Continuum and Atlassian's Bamboo will meet #2-6.

    Doing #1 in a language-agnostic way is a little tougher.

    Maven and Ivy both work for Java dependencies.

提交回复
热议问题