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 {
|
steps {
|
||||||
sh 'cd tools && composer install --ignore-platform-reqs && cd ..'
|
sh 'cd tools && composer install --ignore-platform-reqs && cd ..'
|
||||||
sh 'mkdir -p build/logs'
|
sh 'mkdir -p build/logs'
|
||||||
|
sh 'mkdir -p build/tmp'
|
||||||
sh 'touch build/logs/phpstan.log'
|
sh 'touch build/logs/phpstan.log'
|
||||||
sh 'composer run-script ci:phpstan'
|
sh 'composer run-script ci:phpstan'
|
||||||
recordIssues(
|
recordIssues(
|
||||||
|
@ -8,6 +8,7 @@ parameters:
|
|||||||
excludes_analyse:
|
excludes_analyse:
|
||||||
- tests
|
- tests
|
||||||
- vendor
|
- vendor
|
||||||
|
tmpDir: build/tmp
|
||||||
# These are objects that basically can return anything
|
# These are objects that basically can return anything
|
||||||
universalObjectCratesClasses:
|
universalObjectCratesClasses:
|
||||||
- Aviat\Ion\Friend
|
- Aviat\Ion\Friend
|
||||||
|
Loading…
Reference in New Issue
Block a user