1
0
Fork 0

add some test pipelines
ci/woodpecker/push/build-api-3-10 Pipeline failed Details
ci/woodpecker/push/build-gui-bundle Pipeline was successful Details

This commit is contained in:
Sean Sube 2024-02-25 07:48:41 -06:00
parent 9d87e92a1c
commit 2963c2a740
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,8 @@
steps:
- name: build
image: docker.io/python:3.10
commands:
- apt-get -y update && apt-get -y install python3-opencv
- cd api
- ${CI_PROJECT_DIR}/common/scripts/make-venv.sh
- make ci

View File

@ -0,0 +1,6 @@
steps:
- name: build
image: docker.io/node:18
commands:
- cd gui
- make ci