24
.drone.yml
24
.drone.yml
@@ -1,10 +1,8 @@
|
|||||||
clone:
|
kind: pipeline
|
||||||
git:
|
name: check-app-compatbility
|
||||||
image: plugins/git
|
|
||||||
depth: 1
|
|
||||||
|
|
||||||
pipeline:
|
steps:
|
||||||
check-app-compatbility:
|
- name: check-app-compatbility
|
||||||
image: nextcloudci/php7.2:php7.2-9
|
image: nextcloudci/php7.2:php7.2-9
|
||||||
environment:
|
environment:
|
||||||
- APP_NAME=user_external
|
- APP_NAME=user_external
|
||||||
@@ -19,11 +17,13 @@ pipeline:
|
|||||||
# Code checker
|
# Code checker
|
||||||
- ./occ app:check-code $APP_NAME -c strong-comparison
|
- ./occ app:check-code $APP_NAME -c strong-comparison
|
||||||
- ./occ app:check-code $APP_NAME -c deprecation
|
- ./occ app:check-code $APP_NAME -c deprecation
|
||||||
- cd apps/$APP_NAME/
|
|
||||||
when:
|
|
||||||
matrix:
|
|
||||||
TESTS: check-app-compatbility
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
trigger:
|
||||||
- TESTS: check-app-compatbility
|
branch:
|
||||||
|
- master
|
||||||
|
- stable*
|
||||||
|
event:
|
||||||
|
- pull_request
|
||||||
|
- push
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user