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:
authorMorris Jobke <hey@morrisjobke.de>2017-03-17 08:54:13 +0300
committerMorris Jobke <hey@morrisjobke.de>2017-03-17 08:54:13 +0300
commit5d29e841188fbb0900935fb892beaae3c23b2f4f (patch)
treedcc9ae980c953da0c742059fdc076c47f1c40d81 /.drone.yml
parent659006c234ef2bcaefc160b9541644d6668b5d6c (diff)
Add drone.yml config
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 5d4ab2ca963..f13a50c8acf 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -423,6 +423,15 @@ pipeline:
when:
matrix:
TESTS: integration-ldap-features
+ integration-trashbin:
+ image: nextcloudci/integration-php7.0:integration-php7.0-3
+ commands:
+ - ./occ maintenance:install --admin-pass=admin
+ - cd build/integration
+ - ./run.sh features/trashbin.feature
+ when:
+ matrix:
+ TESTS: integration-trashbin
nodb-codecov:
image: nextcloudci/php7.0:php7.0-7
commands:
@@ -491,6 +500,7 @@ matrix:
- TESTS: integration-filesdrop-features
- TESTS: integration-transfer-ownership-features
- TESTS: integration-ldap-features
+ - TESTS: integration-trashbin
- TESTS: jsunit
- TESTS: check-autoloader
- TESTS: app-check-code