1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-13 14:27:08 +03:00

ci: add hello world pipeline

This commit is contained in:
Vadim Glukhikh
2025-09-11 16:54:27 +01:00
parent e4edfec36f
commit 625ffff650

7
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,7 @@
stages:
- build
hello_world:
stage: build
script:
- echo "Hello, World!"