From 4fda8b58ca08a37c2805de85a158ecf3367fa0e3 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Mon, 23 Jun 2025 13:42:53 +0200 Subject: [PATCH] ci: update GitLab CI configuration with new includes Adds a new CI configuration file from the unboundsoftware project, ensuring better alignment with the project's workflow. This change enhances the CI pipeline structure by including additional templates for improved build and release processes. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 70581b8..d9fa62d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,7 @@ 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 -- 2.52.0