In the not so distant past continuous integration (CI) hadn’t been a thing. Today, when you look into the open source world, GitHub Actions or similar offerings are ubiquitously used and that with good reason, one of which being that it’s free. GitHub Actions offer a good selection of OS images out-of-the-box, but sometimes you […]
Tag: compiling
Building = Preprocessing + Compiling + Linking
After answering the same questions over and over and over and over again especially about compiling and linking, I thought it might be time to write down a few things, that I and maybe others could point to instead of keep repeating ourselves in the future. Given the wideness topic I’ll be writing things down […]