Attempt to add code quality stuff back to Jenkins
Some checks failed
Gitea - aviat/banker/pipeline/head There was a failure building this commit
Some checks failed
Gitea - aviat/banker/pipeline/head There was a failure building this commit
This commit is contained in:
parent
57bb3c859c
commit
9690e3f4b3
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -57,6 +57,7 @@ pipeline {
|
||||
steps {
|
||||
sh 'cd tools && composer install --ignore-platform-reqs && cd ..'
|
||||
sh 'mkdir -p build/logs'
|
||||
sh 'mkdir -p build/tmp'
|
||||
sh 'touch build/logs/phpstan.log'
|
||||
sh 'composer run-script ci:phpstan'
|
||||
recordIssues(
|
||||
|
@ -8,6 +8,7 @@ parameters:
|
||||
excludes_analyse:
|
||||
- tests
|
||||
- vendor
|
||||
tmpDir: build/tmp
|
||||
# These are objects that basically can return anything
|
||||
universalObjectCratesClasses:
|
||||
- Aviat\Ion\Friend
|
||||
|
Loading…
Reference in New Issue
Block a user