This repository has been archived on 2026-03-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
pre-commit/.gitlab-ci.yml
T
argoyle 2fc1098166 feat(ci): add defaults CI template to improve pipeline setup
Adds the Defaults.gitlab-ci.yml to the CI configuration, allowing for 
a more standardized setup across projects. This change enhances 
efficiency by leveraging shared configurations, reducing the need for 
duplicate settings in individual pipeline files.
2025-06-23 13:45:56 +02:00

19 lines
361 B
YAML

include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
- project: unboundsoftware/ci-templates
file: Defaults.gitlab-ci.yml
- project: unboundsoftware/ci-templates
file: Release.gitlab-ci.yml
stages:
- build
image: buildtool/build-tools:${BUILDTOOLS_VERSION}
build:
stage: build
script:
- unset BUILDTOOLS_CONTENT
- build
- push