add contrib/jenkins.sh from current jenkins.osmocom.org job

i.e. from https://jenkins.osmocom.org/jenkins/job/update-osmocom-python-on-slaves

Change-Id: Iefa0261303982fc66d0845348b9c4a0ff6b94ab5
This commit is contained in:
Neels Hofmeyr 2017-12-15 04:35:07 +01:00
parent 1aa0fb4910
commit 738acb7b02
1 changed files with 4 additions and 0 deletions

4
contrib/jenkins.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
python2 ./setup.py install || python ./setup.py install
rm -rf ./build
python3 ./setup.py install