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
steps:

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

trigger:
branch:


Loading…
Cancel
Save