zdt-openvpn/.ci
Stefan Reimer 7c3908d5a1 Merge commit 'f06971948d7ec59813cdc79276674a68eae8b156' 2022-10-11 14:42:07 +02:00
..
vars Add '.ci/' from commit '49ea8c8779fc5939576f80b9a2e25485b10d9cba' 2022-05-24 15:49:22 +02:00
LICENSE Add '.ci/' from commit '49ea8c8779fc5939576f80b9a2e25485b10d9cba' 2022-05-24 15:49:22 +02:00
README.md Add '.ci/' from commit '49ea8c8779fc5939576f80b9a2e25485b10d9cba' 2022-05-24 15:49:22 +02:00
podman.mk Merge commit 'f06971948d7ec59813cdc79276674a68eae8b156' 2022-10-11 14:42:07 +02:00

README.md

ci-tools-lib

Various toolchain bits and pieces shared between projects

Quickstart

Create top-level Makefile

REGISTRY := <your-registry>
IMAGE := <image_name>
REGION := <AWS region of your registry>

include .ci/podman.mk

Add subtree to your project:

git subtree add --prefix .ci https://git.zero-downtime.net/ZeroDownTime/ci-tools-lib.git master --squash

Jenkins

Shared groovy libraries

Make

Common Makefile include