Add GitLab CI/CD pipeline configuration (dummy)

This commit is contained in:
2025-04-27 20:17:08 +02:00
parent 7a71d89426
commit 46676c1e4a
3 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
stages:
- backend_build
backend_build_job:
stage: backend_build
script:
- echo "Building backend project on branch: $CI_COMMIT_BRANCH"