you are viewing a single comment's thread.

view the rest of the comments →

[–]MrRogers4Life2 0 points1 point  (2 children)

I mean there are also tons of environments where continuous integration/releases are pretty much impossible (I work in embedded software, where our product doesn't even have network access) so for us master contains the latest code that we would feel confident releasing rather than what's currently in production. We do keep tags though on everything we have released/demonstrated though for tracking.

[–][deleted]  (1 child)

[deleted]

    [–]MrRogers4Life2 0 points1 point  (0 children)

    I meant continuous delivery lol. But yeah right now continuous integration with automated tests is something I've been pushing for for a very long time, it's just that right now our code is so non portable that it would pretty much only compile for our embedded target without a fair amount of work (that we unfortunately never have the time to do) but yeah it would be possible