change in makefile
This commit is contained in:
parent
890f8e2475
commit
a8d870bf7f
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -38,6 +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
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -20,7 +20,7 @@
|
||||||
########################################################
|
########################################################
|
||||||
# variable section
|
# variable section
|
||||||
|
|
||||||
NAME = "python_jenkinsfile_testing"
|
NAME = "PyBitmessage"
|
||||||
|
|
||||||
PYTHON=python
|
PYTHON=python
|
||||||
COVERAGE=coverage
|
COVERAGE=coverage
|
||||||
|
|
Loading…
Reference in New Issue
Block a user