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-04-11 22:59:30 +0300
commit749046a799927125e60dc0b8353c495f5828295f (patch)
treedab8edbac4b1e46106dcd7aa2cf5450c19a5cdce /.drone.yml
parentd1081e79402fa02151cec411f7dbcdf1f792a5dc (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 b20d43ecc73..24e06dd1b25 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -457,6 +457,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:
@@ -528,6 +537,7 @@ matrix:
- TESTS: integration-filesdrop-features
- TESTS: integration-transfer-ownership-features
- TESTS: integration-ldap-features
+ - TESTS: integration-trashbin
- TESTS: jsunit
- TESTS: check-autoloader
- TESTS: check-mergejs