From: Vadim Glukhikh Date: Thu, 11 Sep 2025 15:54:27 +0000 (+0100) Subject: ci: add hello world pipeline X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2FOIM-1765;p=occt.git ci: add hello world pipeline --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000..5047714d23 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,7 @@ +stages: + - build + +hello_world: + stage: build + script: + - echo "Hello, World!"