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

Compare commits

..

1 Commits

Author SHA1 Message Date
Vadim Glukhikh
625ffff650 ci: add hello world pipeline 2025-09-11 16:54:27 +01:00

7
.gitlab-ci.yml Normal file
View File

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