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:
7
.gitlab-ci.yml
Normal file
7
.gitlab-ci.yml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
stages:
|
||||||
|
- build
|
||||||
|
|
||||||
|
hello_world:
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
|
- echo "Hello, World!"
|
Reference in New Issue
Block a user