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

14 lines
283 B
YAML
Raw Normal View History

2024-02-25 21:02:13 +00:00
clone:
git:
2024-02-25 21:03:02 +00:00
image: woodpeckerci/plugin-git
2024-02-25 21:02:13 +00:00
settings:
lfs: false
2024-02-25 13:48:41 +00:00
steps:
- name: build
image: docker.io/python:3.10
commands:
- apt-get -y update && apt-get -y install python3-opencv
- cd api
2024-02-25 14:10:04 +00:00
- ../common/scripts/make-venv.sh
2024-02-25 13:48:41 +00:00
- make ci