Running the same project with different configurations
Our project is C++ based, and released in different architectures. We would like to do all the same commands to svn-checkout, to compile, and to test on different machines.
Is there a way to do this without recreating the same project for each architecture?
1 comment
Sort by
Date
Votes
hi Tyler Try to make the agent (which represnts a machine of a certain type) as a parameter to the build, and then make a build per architecture, that simply triggers the "base build" job with an agent representing the architecture.cheers ziv shapira
Please sign in to leave a comment.