docs: Add CI stage

pull/1688/head
Noah Gorny 2020-10-28 09:14:08 +02:00
parent 3844b652b4
commit 0076db0efb
1 changed files with 9 additions and 0 deletions

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