simple-ci-generic
Generic build script workflow for simple ci.
rad:z2iB9dWPAW56VVGQVUYk6fLoQmLWk
Visibility
public
Delegates
did:key:z6MkpZ5eyZFjPDiF3KqtS6yJmqq1gkN3KRMHx64ein5qTtb9
Default branch
master → 337e89b26690bd4ad045cb20d43c2794296749b3 (Wed Jan 28 18:47:59 2026)
Threshold
1
README.md
# Generic 'runner' container for simple-ci

This container is based on Fedora "latest" which in this case refers top the
actual stable release of fedora at the time of build.

GCC, glim2-devel, libevent devel and the pcsc-lite libraries are pre-installed.

Refer to a bash script in your source tree in the configuration to run it and
set docker.io/dirk1980/simple-ci-generic:latest as thr runner in configuration.

Podman will pull the image and run the runner for you.

You can install any library or tool you want in yopur script.  These changes are
not persistent as the container gets destroyed after it finished.

You can set up a bind mount into the container as persistent storage.

Use this image if you want to do generic builds which are not (yet) covered by
other runner images.

The container image can be used by setting RUNNER to:
docker.io/dirk1980/simple-ci-generic:latest