mastodon.gamedev.place is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server focused on game development and related topics.

Server stats:

5.4K
active users

#cicd

9 posts8 participants0 posts today

Just set up my first Jenkins pipeline Debian package build process for a project using podman. I love the SCM declarative pipeline description. Created my first devops-specific git repo to hold the pipeline script and the podman dockerfile.

Although it is set up to be trigger from pushes to the main branch on my codeberg git repo, I'm just pressing build occasionally for the fun of watching it turn green.

I've only set up the first stage of the pipeline, but it gives me a solid sense of accomplishment.

Building and packaging for Mac should not be hard. Windows has okay tools to both build and package for Windows, but Mac is lacking in that regard.
I just spent more than 20 hours or so to create the environment to both build and package in Linux for Mac, and it is still weird. This is because I do not own a Mac.

#Mac#OSX#CICD