ci: Add CI/CD script

This commit is contained in:
Tomáš Kléger 2025-10-07 14:44:05 +02:00
parent 16b8c78731
commit fe80bfc2fe

10
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,10 @@
image: ${CI_REGISTRY}/ict/images/alpine/ci:latest
before_script:
apk add build-base bash
validate_code:
stage: test
script:
- chmod +x ./test/main.sh
- ./test/main.sh