and actually, completely unrelated, but I'm lookin...
# kobalt
g
and actually, completely unrelated, but I'm looking at pipelining my build on teamcity so as to avoid re-compilation. But like many projects we have a
compile-src
and
compile-tests&src
targets... is there any way I can combine those into a single step, such that I dont have to re-compile my production code but also have a folder that contains only production-code binaries?