集成CI
This commit is contained in:
13
.gitlab-ci.yml
Normal file
13
.gitlab-ci.yml
Normal 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
|
||||
Reference in New Issue
Block a user