Skip to content
Snippets Groups Projects
Commit 8ed7f293 authored by Corné Lukken's avatar Corné Lukken
Browse files

Merge branch 'L2SS-557-sphinx-ci' into 'master'

L2SS-557: Add ci job to build sphinx documentation

Closes L2SS-557

See merge request !210
parents 7e5f05f4 7420721a
No related branches found
No related tags found
1 merge request!210L2SS-557: Add ci job to build sphinx documentation
...@@ -9,6 +9,7 @@ stages: ...@@ -9,6 +9,7 @@ stages:
- images - images
- building - building
- linting - linting
- documentation
- static-analysis - static-analysis
- unit-tests - unit-tests
- integration-tests - integration-tests
...@@ -322,6 +323,17 @@ shellcheck: ...@@ -322,6 +323,17 @@ shellcheck:
script: script:
# TODO(Corne): Ignore shell files in submodules # TODO(Corne): Ignore shell files in submodules
- shellcheck **/*.sh - shellcheck **/*.sh
sphinx-documentation:
stage: documentation
before_script:
- sudo apt-get update
- sudo apt-get install -y git
script:
- cd tangostationcontrol
- tox -e docs
artifacts:
paths:
- tangostationcontrol/docs/build/
unit_test: unit_test:
stage: unit-tests stage: unit-tests
before_script: before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment