mirror of
https://github.com/simon987/od-database.git
synced 2025-12-20 09:55:58 +00:00
Use task_tracker for task tracking
This commit is contained in:
9
jenkins/build.sh
Executable file
9
jenkins/build.sh
Executable 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
|
||||
Reference in New Issue
Block a user