Stabilize CI test stage with compile smoke check

This commit is contained in:
2026-03-15 12:37:01 +01:00
parent 3dcdb63254
commit 96b9a22949

6
Jenkinsfile vendored
View File

@@ -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 {