Jenkins setup

This commit is contained in:
simon987
2019-02-23 19:49:00 -05:00
parent d65b166ed7
commit 64032a22ea
12 changed files with 108 additions and 1 deletions

9
jenkins/build.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
virtualenv env --download --always-copy --clear -p python3.7
source env/bin/activate
python --version
pip install -r requirements.txt
deactivate