Change in pysim[master]: jenkins.sh: Build documentation as part of build verification

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Sat Apr 3 18:23:00 UTC 2021


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/pysim/+/23603 )


Change subject: jenkins.sh: Build documentation as part of build verification
......................................................................

jenkins.sh: Build documentation as part of build verification

Change-Id: Iea7547c81fcd3e4268da23c18ad56d841aaf7535
---
M contrib/jenkins.sh
1 file changed, 6 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/03/23603/1

diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index e286047..efb913e 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -18,6 +18,11 @@
 # 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
-

-- 
To view, visit https://gerrit.osmocom.org/c/pysim/+/23603
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Iea7547c81fcd3e4268da23c18ad56d841aaf7535
Gerrit-Change-Number: 23603
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210403/545d28ef/attachment.htm>


More information about the gerrit-log mailing list