mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-06 14:17:27 +02:00
Merge branch 'master' into weblate-integration
This commit is contained in:
commit
e63fca3dec
@ -68,7 +68,7 @@ phpdoc:build:
|
|||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||||
script:
|
script:
|
||||||
- php83 /phpDocumentor.phar -d classes -d include -t phpdoc --visibility=public
|
- php84 /phpDocumentor.phar -d classes -d include -t phpdoc --visibility=public
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- phpdoc
|
- phpdoc
|
||||||
@ -129,7 +129,7 @@ phpunit-integration:
|
|||||||
sleep 5
|
sleep 5
|
||||||
done
|
done
|
||||||
script:
|
script:
|
||||||
- php83 vendor/bin/phpunit --group integration --do-not-cache-result --log-junit phpunit-report.xml --coverage-cobertura phpunit-coverage.xml --coverage-text --colors=never
|
- php84 vendor/bin/phpunit --group integration --do-not-cache-result --log-junit phpunit-report.xml --coverage-cobertura phpunit-coverage.xml --coverage-text --colors=never
|
||||||
artifacts:
|
artifacts:
|
||||||
when: always
|
when: always
|
||||||
reports:
|
reports:
|
||||||
|
Loading…
Reference in New Issue
Block a user