summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-12-05 21:25:18 +0100
committerJoas Schilling <coding@schilljs.com>2019-12-05 22:13:50 +0100
commitc68fb364e67ce977fd7d135b6a61168c644608a6 (patch)
tree3b0ad75959a0569ce020ff917089fb6273f39f99 /.drone.yml
parentd58a9f102ca2e183cecacb1e5459cb82f85be4e6 (diff)
Try linting via github actions
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml61
1 files changed, 0 insertions, 61 deletions
diff --git a/.drone.yml b/.drone.yml
index db78f6dd4..7c035bc99 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -23,70 +23,9 @@
#
#---
kind: pipeline
-name: eslint
-
-steps:
- - name: eslint
- image: nextcloudci/node:node-7
- commands:
- - make dev-setup
- - make lint
-
-trigger:
- branch:
- - master
- - stable*
- event:
- - pull_request
- - push
-
----
-kind: pipeline
-name: stylelint
-
-steps:
- - name: stylelint
- image: nextcloudci/stylelint:stylelint-2
- commands:
- - ./run-stylelint.sh
-
-trigger:
- branch:
- - master
- - stable*
- event:
- - pull_request
- - push
-
----
-kind: pipeline
name: compatibility
steps:
- - name: syntax-php7.2
- image: nextcloudci/php7.2:php7.2-13
- environment:
- APP_NAME: spreed
- CORE_BRANCH: master
- DATABASEHOST: sqlite
- commands:
- - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- - bash ./before_install.sh $APP_NAME $CORE_BRANCH $DATABASEHOST
- - cd ../server
- - composer install
- - ./lib/composer/bin/parallel-lint apps/$APP_NAME/
- - name: syntax-php7.4
- image: nextcloudci/php7.4:2
- environment:
- APP_NAME: spreed
- CORE_BRANCH: master
- DATABASEHOST: sqlite
- commands:
- - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- - bash ./before_install.sh $APP_NAME $CORE_BRANCH $DATABASEHOST
- - cd ../server
- - composer install
- - ./lib/composer/bin/parallel-lint apps/$APP_NAME/
- name: app-code-check
image: nextcloudci/php7.3:php7.3-5
environment: