diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..7b0ad92 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,20 @@ + +kind: pipeline +type: docker +name: 1 +platform: + os: linux + arch: amd64 +steps: + +- name: 编译构建 + image: python + commands: + - echo ****hhh**** + - pip install -r requirements.txt + +trigger: + branch: + - master + event: + - push