nimbus/.drone.yml

35 lines
580 B
YAML
Raw Permalink Normal View History

2023-06-07 19:35:28 +00:00
# SPDX-FileCopyrightText: 2023 Anna <cyber@sysrq.in>
2023-06-07 19:33:51 +00:00
# SPDX-License-Identifier: BSD-3-Clause
2023-05-02 14:14:10 +00:00
kind: pipeline
type: docker
name: default
steps:
- name: test
image: nimlang/nim:alpine
commands:
- testament --megatest:off all
2023-05-08 04:22:34 +00:00
2023-06-07 19:35:28 +00:00
---
kind: pipeline
type: docker
name: sphinx-doc
steps:
- name: build
2023-05-08 04:22:34 +00:00
image: sphinxdoc/sphinx:latest
commands:
- pip install -r docs/requirements.txt
- sphinx-build docs docs/_build
2023-06-07 19:35:28 +00:00
---
kind: pipeline
type: docker
name: reuse-lint
steps:
- name: lint
image: fsfe/reuse:latest
commands:
- reuse lint