mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-29 02:01:02 +03:00
contrib/jenkins.sh: first upload manuals, then execute physical tests
The tests with physical cards should not prevent upload of the manuals Change-Id: I8aecb4ce211cbcc3890886ef24b04d01c510b6da
This commit is contained in:
@@ -47,10 +47,10 @@ pip install sphinxcontrib-napoleon
|
|||||||
pip3 install -e 'git+https://github.com/osmocom/sphinx-argparse@master#egg=sphinx-argparse'
|
pip3 install -e 'git+https://github.com/osmocom/sphinx-argparse@master#egg=sphinx-argparse'
|
||||||
(cd docs && make html latexpdf)
|
(cd docs && make html latexpdf)
|
||||||
|
|
||||||
# run the test with physical cards
|
|
||||||
cd pysim-testdata
|
|
||||||
../tests/pysim-test.sh
|
|
||||||
|
|
||||||
if [ "$WITH_MANUALS" = "1" ] && [ "$PUBLISH" = "1" ]; then
|
if [ "$WITH_MANUALS" = "1" ] && [ "$PUBLISH" = "1" ]; then
|
||||||
make -C "$base/docs" publish
|
make -C "$base/docs" publish
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# run the test with physical cards
|
||||||
|
cd pysim-testdata
|
||||||
|
../tests/pysim-test.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user