Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-05-17 00:20:27 +0300
committerGitHub <noreply@github.com>2017-05-17 00:20:27 +0300
commit3a70ebfe0265da1c665def1ce97a50c9a62e9c8d (patch)
treee1e961c450c5e6c449fc719216aafcca21c41d03 /.drone.yml
parentda9479735cb73dc1df3e08c87ce1e156a3f51b19 (diff)
parent6dea5e6aadc9611821d6f6c3949af56e9ca298f7 (diff)
Merge pull request #4767 from nextcloud/app-code-checker
Check language files and database schema with app code checker
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml13
1 files changed, 1 insertions, 12 deletions
diff --git a/.drone.yml b/.drone.yml
index f26e5d3f870..11458a30398 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -15,18 +15,7 @@ pipeline:
checkers:
image: nextcloudci/php7.0:php7.0-7
commands:
- - bash ./build/autoloaderchecker.sh
- - bash ./build/mergejschecker.sh
- - php ./build/translation-checker.php
- - php ./build/htaccess-checker.php
- - ./occ app:check-code admin_audit
- - ./occ app:check-code comments
- - ./occ app:check-code federation
- - ./occ app:check-code sharebymail
- - ./occ app:check-code systemtags
- - ./occ app:check-code theming
- - ./occ app:check-code workflowengine
- - php ./build/signed-off-checker.php
+ - ./autotest-checkers.sh
when:
matrix:
TESTS: checkers