mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Merge pull request #4669 from nextcloud/checkers
Consolidate all the code checkers into one job
This commit is contained in:
commit
c079ca7651
1 changed files with 5 additions and 40 deletions
45
.drone.yml
45
.drone.yml
|
|
@ -12,30 +12,14 @@ pipeline:
|
|||
when:
|
||||
matrix:
|
||||
TESTS: jsunit
|
||||
check-autoloader:
|
||||
checkers:
|
||||
image: nextcloudci/php7.0:php7.0-7
|
||||
commands:
|
||||
- bash ./build/autoloaderchecker.sh
|
||||
when:
|
||||
matrix:
|
||||
TESTS: check-autoloader
|
||||
check-mergejs:
|
||||
image: nextcloudci/php7.0:php7.0-7
|
||||
commands:
|
||||
- bash ./build/mergejschecker.sh
|
||||
when:
|
||||
matrix:
|
||||
TESTS: check-mergejs
|
||||
translation-check:
|
||||
image: nextcloudci/php7.0:php7.0-7
|
||||
commands:
|
||||
- php ./build/signed-off-checker.php
|
||||
- php ./build/translation-checker.php
|
||||
when:
|
||||
matrix:
|
||||
TESTS: translation-check
|
||||
app-check-code:
|
||||
image: nextcloudci/php7.0:php7.0-7
|
||||
commands:
|
||||
- php ./build/htaccess-checker.php
|
||||
- ./occ app:check-code admin_audit
|
||||
- ./occ app:check-code comments
|
||||
- ./occ app:check-code federation
|
||||
|
|
@ -45,21 +29,7 @@ pipeline:
|
|||
- ./occ app:check-code workflowengine
|
||||
when:
|
||||
matrix:
|
||||
TESTS: app-check-code
|
||||
signed-off-check:
|
||||
image: nextcloudci/php7.0:php7.0-7
|
||||
commands:
|
||||
- php ./build/signed-off-checker.php
|
||||
when:
|
||||
matrix:
|
||||
TESTS: signed-off-check
|
||||
htaccess-checker:
|
||||
image: nextcloudci/php7.0:php7.0-7
|
||||
commands:
|
||||
- php ./build/htaccess-checker.php
|
||||
when:
|
||||
matrix:
|
||||
TESTS: htaccess-checker
|
||||
TESTS: checkers
|
||||
syntax-php5.6:
|
||||
image: nextcloudci/php5.6:php5.6-7
|
||||
commands:
|
||||
|
|
@ -549,9 +519,7 @@ pipeline:
|
|||
TEST: memcache-memcached
|
||||
matrix:
|
||||
include:
|
||||
- TESTS: signed-off-check
|
||||
- TESTS: translation-check
|
||||
- TESTS: htaccess-checker
|
||||
- TESTS: checkers
|
||||
- TESTS: nodb-codecov
|
||||
ENABLE_REDIS: true
|
||||
- TESTS: db-codecov
|
||||
|
|
@ -590,9 +558,6 @@ matrix:
|
|||
- TESTS: acceptance
|
||||
TESTS-ACCEPTANCE: login
|
||||
- TESTS: jsunit
|
||||
- TESTS: check-autoloader
|
||||
- TESTS: check-mergejs
|
||||
- TESTS: app-check-code
|
||||
- TESTS: syntax-php5.6
|
||||
- TESTS: syntax-php7.0
|
||||
- TESTS: syntax-php7.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue