jenkins.sh: Build documentation as part of build verification

Change-Id: Iea7547c81fcd3e4268da23c18ad56d841aaf7535
This commit is contained in:
Harald Welte 2021-04-03 20:21:02 +02:00 committed by laforge
parent 86fbd39738
commit 5da7a72c99
1 changed files with 6 additions and 1 deletions

View File

@ -18,6 +18,11 @@ pip install cmd2
# Execute automatically discovered unit tests first
python -m unittest discover -v -s tests/
# attempt to build documentation
pip install sphinx
pip install sphinxcontrib-napoleon
(cd docs && make html)
# run the test with physical cards
cd pysim-testdata
../tests/pysim-test.sh