Add CI/CD pipelines for Flutter and backend projects

This commit is contained in:
2025-09-21 00:40:13 +02:00
parent 074b5f8f4c
commit 40ec7a0d38
7 changed files with 75 additions and 213 deletions

14
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,14 @@
image: alpine:3.20@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1
stages:
- prepare
- test
- build
variables:
CI_REGISTRY_IMAGE: $CI_REGISTRY/$CI_PROJECT_PATH
PROJECT_NAME: $CI_PROJECT_NAME
include:
- local: 'backend/.gitlab-ci.yml'
- local: 'finlog_app/.gitlab-ci.yml'