change in jenkins file
This commit is contained in:
parent
5dd842f238
commit
49cb0a69e0
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -38,7 +38,7 @@ pipeline {
|
||||||
export PATH=${VIRTUAL_ENV}/bin:${PATH}
|
export PATH=${VIRTUAL_ENV}/bin:${PATH}
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
pip install -r requirements.txt -r dev-requirements.txt
|
pip install -r requirements.txt -r dev-requirements.txt
|
||||||
make clean
|
make -f Makefile clean
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
python_prctl
|
python_prctl
|
||||||
psutil
|
psutil
|
||||||
pycrypto
|
pycrypto
|
||||||
|
python
|
||||||
|
openssl
|
||||||
|
libssl-dev
|
||||||
|
git
|
||||||
|
python-msgpack
|
||||||
|
python-qt4
|
||||||
|
|
Loading…
Reference in New Issue
Block a user