add gitlab ci
This commit is contained in:
commit
92ab38056e
8
.gitlab-ci.yml
Normal file
8
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
stages:
|
||||
- build
|
||||
|
||||
job:
|
||||
stage: build
|
||||
only: master
|
||||
script:
|
||||
- echo "Hello world"
|
Loading…
Reference in a new issue