Review at https://gerrit.osmocom.org/5482
Add scripts to compilation tests in jenkins Related: OS#2684 Change-Id: If098c20b1ad17c3868073b9fe07fd3795217c526 --- M contrib/jenkins.sh 1 file changed, 17 insertions(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/python/osmo-python-tests refs/changes/82/5482/1 diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh index a60438e..33454ac 100755 --- a/contrib/jenkins.sh +++ b/contrib/jenkins.sh @@ -6,10 +6,27 @@ python2 ./setup.py install python2 tests/test_py2.py python2 -m compileall osmopy +python2 -m compileall scripts/osmo_ctrl.py +python2 -m compileall scripts/osmodumpdoc.py +python2 -m compileall scripts/osmotestvty.py +python2 -m compileall scripts/osmotestconfig.py +python2 -m compileall scripts/ +python2 -m compileall scripts/ +python2 -m compileall scripts/ +python2 -m compileall scripts/ +python2 -m compileall scripts/ rm -rf ./build python3 ./setup.py install python3 tests/test_py3.py python3 -m compileall osmopy +python3 -m compileall scripts/osmo_ctrl.py +python3 -m compileall scripts/osmo_interact_common.py +python3 -m compileall scripts/osmo_interact_ctrl.py +python3 -m compileall scripts/osmo_interact_vty.py +python3 -m compileall scripts/osmo_verify_transcript_ctrl.py +python3 -m compileall scripts/osmo_verify_transcript_vty.py +python3 -m compileall scripts/soap.py +python3 -m compileall scripts/twisted_ipa.py # TODO: add more tests -- To view, visit https://gerrit.osmocom.org/5482 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If098c20b1ad17c3868073b9fe07fd3795217c526 Gerrit-PatchSet: 1 Gerrit-Project: python/osmo-python-tests Gerrit-Branch: master Gerrit-Owner: Max <[email protected]>
