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:
authorRoeland Jago Douma <roeland@famdouma.nl>2020-02-09 20:13:30 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2020-02-10 11:32:45 +0300
commit64665c98e1482c6702a8382200811acfc0cbdb0b (patch)
tree77ce26c5914b35466d9e20fe8040023f01b8f9ab /.drone.yml
parent9205a21088f67a7c8215e23bf4ff8fb54f13323d (diff)
Lint on github actions
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml49
1 files changed, 17 insertions, 32 deletions
diff --git a/.drone.yml b/.drone.yml
index da52a049f98..3da6717896c 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -60,30 +60,15 @@ trigger:
- pull_request
- push
----
-kind: pipeline
-name: syntax-and-phan
-
-steps:
-- name: submodules
- image: docker:git
- commands:
- - git submodule update --init
-- name: syntax-php7.2
- image: nextcloudci/php7.2:php7.2-13
- commands:
- - composer install
- - ./lib/composer/bin/parallel-lint --exclude lib/composer/jakub-onderka/ --exclude 3rdparty/symfony/polyfill-php70/Resources/stubs/ --exclude 3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/ --exclude lib/composer/composer/autoload_static.php --exclude 3rdparty/composer/autoload_static.php --exclude 3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/RiakCache.php .
-- name: syntax-php7.3
- image: nextcloudci/php7.3:php7.3-4
- commands:
- - composer install
- - ./lib/composer/bin/parallel-lint --exclude lib/composer/jakub-onderka/ --exclude 3rdparty/symfony/polyfill-php70/Resources/stubs/ --exclude 3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/ --exclude 3rdparty/paragonie/random_compat/lib/ --exclude lib/composer/composer/autoload_static.php --exclude 3rdparty/composer/autoload_static.php --exclude 3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/RiakCache.php .
-- name: syntax-php7.4
- image: nextcloudci/php7.4:2
- commands:
- - composer install
- - ./lib/composer/bin/parallel-lint --exclude lib/composer/jakub-onderka/ --exclude 3rdparty/symfony/polyfill-php70/Resources/stubs/ --exclude 3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/ --exclude 3rdparty/paragonie/random_compat/lib/ --exclude lib/composer/composer/autoload_static.php --exclude 3rdparty/composer/autoload_static.php --exclude 3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/RiakCache.php .
+#---
+#kind: pipeline
+#name: syntax-and-phan
+#
+#steps:
+#- name: submodules
+# image: docker:git
+# commands:
+# - git submodule update --init
#- name: phan
# image: nextcloudci/php7.2:php7.2-13
# commands:
@@ -91,14 +76,14 @@ steps:
# - composer require --dev "phan/phan:0.11.1"
# - ./lib/composer/phan/phan/phan -k build/.phan/config.php
# - php ./build/.phan/plugin-checker.php
-
-trigger:
- branch:
- - master
- - stable*
- event:
- - pull_request
- - push
+#
+#trigger:
+# branch:
+# - master
+# - stable*
+# event:
+# - pull_request
+# - push
---
kind: pipeline