docs: Add CI stage

This commit is contained in:
Noah Gorny
2020-10-28 09:14:08 +02:00
parent 3844b652b4
commit 0076db0efb

View File

@@ -22,6 +22,15 @@ cache:
jobs:
include:
- language: python
python: 3.8
name: docs
dist: bionic
install:
pip3 install -r docs/requirements.txt;
script:
sphinx-build -W -b html docs docs/_build/html;
- language: go
go: "1.14"
name: pre-commit lint