This commit is contained in:
Lu Qiuwen
2021-05-08 17:38:36 +08:00
parent e26682aa3b
commit 6758f4e04b

13
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,13 @@
image: "git.mesalab.cn:7443/mesa_platform/build-env:master"
variables:
GIT_STRATEGY: "clone"
build:
stage: build
script:
- yum -y install ansible
- make
tags:
- share
except:
- tags