parent
e6f229a3b4
commit
15ea236f7f
@ -1 +1,17 @@
|
||||
#pipeline
|
||||
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: test
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
steps:
|
||||
- name: 编译构建
|
||||
image: python
|
||||
commands:
|
||||
- pip install -r requirements.txt
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
event:
|
||||
- push
|
||||
|
Loading…
Reference in new issue