feat(ci): add custom CI template for defaults configuration

Includes a custom CI template from the unboundsoftware 
repository to standardize default configurations across 
projects. This change aims to improve build consistency 
and streamline the CI setup process.
This commit is contained in:
2025-06-23 13:47:31 +02:00
parent ab204386cd
commit 55033d01d2
+2
View File
@@ -1,5 +1,7 @@
include: include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml' - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
- project: unboundsoftware/ci-templates
file: Defaults.gitlab-ci.yml
stages: stages:
- build - build