I use TeamCity to build C ++ on Unix (Solaris). TeamCity calls make, and in my makefile I need to call svn. To do this, I need to change PATHand LD_LIBRARY_PATH.
I could install them in a makefile, but the location changed from server to server. Does anyone know a way to install them for each TeamCity build agent, for example. by editing conf/buildAgent.properties?
I could install them in ~/.loginetc. to build the TeamCity assembly, but I would prefer not to do this, since this is a shared account.
-thanks, Barney
source
share