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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2020-01-26 23:45:19 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2020-01-26 23:45:19 +0300
commitf4a8a71b2752446c5e9c7ae2071dba09e0b8dd0e (patch)
treec4930d9e8c76c9361549318005e21f7ce7fe6b00 /.drone.yml
parentf31cf4515bf29b2b387e271c8f346a4565feebad (diff)
Lint on github actions
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml26
1 files changed, 0 insertions, 26 deletions
diff --git a/.drone.yml b/.drone.yml
index a07375b47..2d608b9f5 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -22,32 +22,6 @@ trigger:
- push
---
kind: pipeline
-name: syntax
-steps:
- - name: syntax-php7.2
- image: nextcloudci/php7.2:php7.2-9
- commands:
- - composer install
- - ./vendor/bin/parallel-lint --exclude ./vendor/ .
- - name: syntax-php7.3
- image: nextcloudci/php7.3:php7.3-2
- commands:
- - composer install
- - ./vendor/bin/parallel-lint --exclude ./vendor/ .
- - name: syntax-php7.4
- image: nextcloudci/php7.4:2
- commands:
- - composer install
- - ./vendor/bin/parallel-lint --exclude ./vendor/ .
-trigger:
- branch:
- - master
- - stable*
- event:
- - pull_request
- - push
----
-kind: pipeline
name: php-sqlite
steps:
- name: php7.2