Browse Source

update pipeline for master branch

test
wangwei2 1 year ago
parent
commit
3523ce5de8
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      .drone.yml

+ 3
- 2
.drone.yml View File

@@ -6,10 +6,11 @@ platform:
arch: arm64 arch: arm64
steps: steps:


- name: 编译构建
- name: pip
image: python:3 image: python:3
commands: commands:
- echo hello
- pip install -r requirements.txt
- pytest


trigger: trigger:
branch: branch:


Loading…
Cancel
Save