How to share code with continuous integration
        Posted  
        
            by alchemical
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by alchemical
        
        
        
        Published on 2010-02-25T01:20:45Z
        Indexed on 
            2010/05/13
            16:34 UTC
        
        
        Read the original article
        Hit count: 563
        
I've just started working in a continuous integration environment (TeamCity). I understand the basic idea of not getting so abstracted out in your code that you are never able to build it to test functionality, etc. However, when there is deep coding going on, occasionally it will take me several days to get buildable code--but in the interim other team members may need to see my code.
If I check the code in, it breaks the build. However, if I don't check it in, my team members are unable to see the most recent work. I'm wondering how this situation is best dealt with.
© Stack Overflow or respective owner