2024-10-28 16:20:49 +00:00
|
|
|
# ci-tools-lib
|
2020-05-01 13:57:31 +00:00
|
|
|
|
2024-10-28 16:20:49 +00:00
|
|
|
Various toolchain bits and pieces shared between projects
|
2020-05-01 14:08:55 +00:00
|
|
|
|
2024-10-28 16:20:49 +00:00
|
|
|
# Quickstart
|
|
|
|
Create top-level Makefile
|
2022-07-31 23:45:27 +00:00
|
|
|
```
|
2024-10-28 16:20:49 +00:00
|
|
|
REGISTRY := <your-registry>
|
|
|
|
IMAGE := <image_name>
|
|
|
|
REGION := <AWS region of your registry>
|
2021-07-01 14:42:39 +00:00
|
|
|
|
2024-10-28 16:20:49 +00:00
|
|
|
include .ci/podman.mk
|
|
|
|
```
|
2020-07-09 15:33:00 +00:00
|
|
|
|
2024-10-28 16:20:49 +00:00
|
|
|
Add subtree to your project:
|
|
|
|
```
|
|
|
|
git subtree add --prefix .ci https://git.zero-downtime.net/ZeroDownTime/ci-tools-lib.git master --squash
|
|
|
|
```
|
2020-08-26 10:41:28 +00:00
|
|
|
|
|
|
|
|
2024-10-28 16:20:49 +00:00
|
|
|
## Jenkins
|
|
|
|
Shared groovy libraries
|
2020-05-01 14:08:55 +00:00
|
|
|
|
2024-10-28 16:20:49 +00:00
|
|
|
## Make
|
|
|
|
Common Makefile include
|