srfghsfnn

This commit is contained in:
2025-09-12 12:19:11 +02:00
parent 7a060e33cf
commit 8834bd3955
2 changed files with 100 additions and 81 deletions

View File

@@ -5,17 +5,19 @@ workflow:
- if: $CI_COMMIT_TAG # ... on tags
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # ... on default (master/main) branch
stages:
- build-image
- test
variables:
# Fetch submodules
GIT_SUBMODULE_STRATEGY: recursive
# Only fetch the latest commit (shallow clone, faster)
GIT_SUBMODULE_DEPTH: 1
GIT_DEPTH: 1
stages:
- build-image
- test
# Builds the image and pushes it to the registry
# This image contains all the tooling necessary to run the compilation tools