nimbus/.drone.yml
Anna “CyberTailor” a3167b7dc1
Some checks failed
continuous-integration/drone/push Build is failing
ci: add reuse lint
2023-06-08 00:35:28 +05:00

35 lines
580 B
YAML

# SPDX-FileCopyrightText: 2023 Anna <cyber@sysrq.in>
# SPDX-License-Identifier: BSD-3-Clause
kind: pipeline
type: docker
name: default
steps:
- name: test
image: nimlang/nim:alpine
commands:
- testament --megatest:off all
---
kind: pipeline
type: docker
name: sphinx-doc
steps:
- name: build
image: sphinxdoc/sphinx:latest
commands:
- pip install -r docs/requirements.txt
- sphinx-build docs docs/_build
---
kind: pipeline
type: docker
name: reuse-lint
steps:
- name: lint
image: fsfe/reuse:latest
commands:
- reuse lint