@onlinepersona don't do it. Create makefiles or whatever that runs the build as a series of Podman/Docker commands or whatever, then just put as little CI config as possible around it. You'll thank me when you need to switch CI system.
@jjjalljs@3rr4tt1c I was about to say though that if you have a print statement that you used to check something, and think you may want to check it again in the future, then you should remove it and make an automated test instead.
@onlinepersona don't do it. Create makefiles or whatever that runs the build as a series of Podman/Docker commands or whatever, then just put as little CI config as possible around it. You'll thank me when you need to switch CI system.