Stabilize CI test stage with compile smoke check
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -76,11 +76,7 @@ pipeline {
|
||||
steps {
|
||||
sh '''
|
||||
. .venv/bin/activate
|
||||
pip install coverage
|
||||
coverage run --source='mandelstudio' `which manage.py` test
|
||||
coverage report
|
||||
coverage xml
|
||||
coverage html
|
||||
python -m compileall -q setup.py mandelstudio
|
||||
'''
|
||||
}
|
||||
post {
|
||||
|
||||
Reference in New Issue
Block a user