minus-squareBjörn Lindström@social.sdfeu.orgtoProgramming@programming.dev•Any suggestions for a self-hosted CI that can also be run locally?linkfedilinkarrow-up19arrow-down1·3 days ago@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. linkfedilink
minus-squareBjörn Lindström@social.sdfeu.orgtoProgramming@programming.dev•YAML, SQL, or something else? Looking for recommendations for making a database of stories.linkfedilinkarrow-up4·22 days ago@Bubs @Ephera YAML is also a superset of JSON, so if you generate JSON tools that handle YAML will be able to use it still. linkfedilink
@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.