feat: add pipeline

This commit is contained in:
2024-10-02 07:27:27 +02:00
commit 6ab38d160c
+10
View File
@@ -0,0 +1,10 @@
include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
stages:
- build
build:
stage: build
script:
- env | sort