oki.cx-youtube-converter/.gitlab-ci.yml
2022-05-25 00:24:29 +00:00

7 lines
169 B
YAML

build-test:
image: python:3.9
script:
- python --version
- pip --version
- pip install -r requirements.txt
- uvicorn app:app --host 0.0.0.0 --port 80