From fb181f881071b2f821451e6d487b6eb3863b1122 Mon Sep 17 00:00:00 2001 From: Sven Sager Date: Thu, 22 May 2025 11:18:03 +0200 Subject: [PATCH] ci: Add Revolution Pi pipelines Signed-off-by: Sven Sager --- .gitlab-ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 227013e..2d2b258 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,20 @@ default: - host-arm64 - high-perf +include: + - project: "revolutionpi/infrastructure/ci-templates" + file: "base.yml" + - project: "revolutionpi/infrastructure/ci-templates" + file: "check-commit/lint-commit.yml" + - project: "revolutionpi/infrastructure/ci-templates" + file: "reuse-lint.yml" + - project: "revolutionpi/infrastructure/ci-templates" + file: "package-devel.yml" + - local: debian/gitlab-ci.yml + rules: + - exists: + - debian/gitlab-ci.yml + run_tests: stage: test image: python:3