|
|
|
|
|
by mickeyp
137 days ago
|
|
The winning strategy for all CI environments is a build system facsimile that works on your machine, your CI's machine, and your test/uat/production with as few changes between them as your project requirements demand. I start with a Makefile. The Makefile drives everything. Docker (compose), CI build steps, linting, and more. Sometimes a project outgrows it; other times it does not. But it starts with one unitary tool for triggering work. |
|
[0]: https://github.com/mkincl/mkincl