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

index 5d4ab2ca963076857872d8247ea585fc3368473e..f13a50c8acf0dd52077aeeda32a4b1454ed0f442 100644 (file)
@@ -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