From 5da7a72c99665da0cbac340b66feb4dd3c023d7f Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 3 Apr 2021 20:21:02 +0200 Subject: [PATCH] jenkins.sh: Build documentation as part of build verification Change-Id: Iea7547c81fcd3e4268da23c18ad56d841aaf7535 --- contrib/jenkins.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh index e2860478..efb913e0 100755 --- a/contrib/jenkins.sh +++ b/contrib/jenkins.sh @@ -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 -