summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2020-10-09 15:07:32 +0200
committerRobin Appelman <robin@icewind.nl>2020-10-09 15:10:46 +0200
commit67a719890ea4d5b0404a9aaeda3a1a36215b56d5 (patch)
tree398c92013b3cf94f7fa761e2b7e99516d6536fa0 /.drone.yml
parent4ff65bcf7615e12c6f085dba65a84465c936327f (diff)
use default composer vendor directory
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.drone.yml b/.drone.yml
index 986d1c41..79257938 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -27,12 +27,12 @@ steps:
image: nextcloudci/php7.2:php7.2-9
commands:
- composer install
- - ./composer/bin/parallel-lint --exclude ./composer/ .
+ - ./vendor/bin/parallel-lint --exclude ./vendor/ .
- name: syntax-php7.3
image: nextcloudci/php7.3:php7.3-5
commands:
- composer install
- - ./composer/bin/parallel-lint --exclude ./composer/ .
+ - ./vendor/bin/parallel-lint --exclude ./vendor/ .
trigger:
branch:
- master
@@ -50,9 +50,9 @@ steps:
CORE_BRANCH: stable20
DB: sqlite
commands:
+ - composer install
- bash ./tests/drone-server-setup.sh $APP_NAME $CORE_BRANCH $DB
- cd ../server/apps/$APP_NAME
- - composer install
- phpunit -c tests/phpunit.xml --coverage-clover build/php-unit.coverage.xml
trigger:
branch:
@@ -71,9 +71,9 @@ steps:
CORE_BRANCH: stable20
DB: mysql
commands:
+ - composer install
- bash ./tests/drone-server-setup.sh $APP_NAME $CORE_BRANCH $DB
- cd ../server/apps/$APP_NAME
- - composer install
- phpunit -c tests/phpunit.xml --coverage-clover build/php-unit.coverage.xml
services:
- name: mysql
@@ -101,9 +101,9 @@ steps:
CORE_BRANCH: stable20
DB: postgres
commands:
+ - composer install
- bash ./tests/drone-server-setup.sh $APP_NAME $CORE_BRANCH $DB
- cd ../server/apps/$APP_NAME
- - composer install
- phpunit -c tests/phpunit.xml --coverage-clover build/php-unit.coverage.xml
services:
- name: postgres