Join Nostr
2026-06-19 01:49:57 UTC
in reply to

JCM on Nostr: Some examples: - [Dockerfile for a relatively complex C++ project]() - [CI flow for a ...

Some examples:



- [Dockerfile for a relatively complex C++ project](https://github.com/JnCrMx/cutie-logs/blob/main/Dockerfile)

- [CI flow for a complex C++ project with cross-compiled AppImage generation](https://github.com/JnCrMx/xmbshell/blob/main/.woodpecker/build.yml)

- [Bonus: CI flow for Windows in the same project](https://github.com/JnCrMx/xmbshell/blob/main/.woodpecker/windows.yml)

- [Dockerfile for a simple C++ project](https://git.jcm.re/jcm/tuvpn/src/branch/main/Dockerfile)

- [CI flow for a simple C++ project](https://git.jcm.re/jcm/gpgfs/src/branch/main/.woodpecker/build.yaml)