]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add drone.yml config 3905/head
authorMorris Jobke <hey@morrisjobke.de>
Fri, 17 Mar 2017 05:54:13 +0000 (23:54 -0600)
committerMorris Jobke <hey@morrisjobke.de>
Tue, 11 Apr 2017 19:59:30 +0000 (14:59 -0500)
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
.drone.yml

index b20d43ecc73bdfb88651f1f3bc4fe38cae2a826d..24e06dd1b25d37cf39c6f321136df327bfbaf5c8 100644 (file)
@@ -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