Use task_tracker for task tracking

This commit is contained in:
simon987
2019-03-24 20:21:43 -04:00
parent 00e3fd7340
commit 4ffe805b8d
29 changed files with 196 additions and 317 deletions

9
jenkins/build.sh Executable file
View File

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