The benefit of CI lies in the ability to discover early when a check in has broken the build. Obviously, this is very valuable when you have a team of commiters, not all of whom are diligent to check for breaking changes. As a solo developer, it is not quite as valuable, but even then, the CI build can also be thought of as your "release" build. The environment should be stable, and unaffected by whatever development gizmo you add to your machine. It should allow you to always reproduce a build.