但是,特殊之处是CruiseControl执行另一个目标,这个目标执行一些轻型过程,比如编译和细粒度的单元测试。
What's unique though, is that CruiseControl executes a different target, which then executes lightweight processes, like compilation and fine-grained unit tests.
如果您熟悉Linux内核的编译过程,就会注意到menuconfig与配置Linux内核的内容所使用的目标相同。
If you're familiar with building a Linux kernel, note that menuconfig is the same target for configuring the contents of the Linux kernel.
这个冗长的目标(相信我,我还见过冗长得多的目标)要执行四个不同的过程:编译源代码、编译测试、运行JUnit测试和创建一个JUnitReport。
This long target (believe me, I've seen much longer ones) is performing four distinct processes: compiling source, compiling tests, running JUnit tests, and creating a JUnitReport.
应用推荐