nimbus/.drone.yml
Anna “CyberTailor” 37683413b5
All checks were successful
continuous-integration/drone/push Build is passing
ci: add a step for Sphinx docs
2023-05-08 09:22:34 +05:00

17 lines
304 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: test
image: nimlang/nim:alpine
commands:
- testament --megatest:off all
- name: sphinx-doc
image: sphinxdoc/sphinx:latest
commands:
- pip install -r docs/requirements.txt
- sphinx-build docs docs/_build