1
0
Fork 0
onnx-web/.woodpecker/.build-api-3-10.yaml

14 lines
283 B
YAML

clone:
git:
image: woodpeckerci/plugin-git
settings:
lfs: false
steps:
- name: build
image: docker.io/python:3.10
commands:
- apt-get -y update && apt-get -y install python3-opencv
- cd api
- ../common/scripts/make-venv.sh
- make ci