summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-12-02 13:09:10 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2016-12-02 13:17:58 +0100
commit2de09927a145f43e5ba4e29e0c7048e3b0a2512f (patch)
treec5c3e254f51d55dc801b9e72bbf5f453d0c092dc /.drone.yml
parent4630ff536ea433d2e81ebe18b04f202bbe6b89ea (diff)
downloadnextcloud-server-2de09927a145f43e5ba4e29e0c7048e3b0a2512f.tar.gz
nextcloud-server-2de09927a145f43e5ba4e29e0c7048e3b0a2512f.zip
Add tests to drone
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index d5fdcdd746b..b0ea2ad6c2c 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -338,6 +338,14 @@ pipeline:
when:
matrix:
TESTS: integration-setup-features
+ integration-filesdrop-features:
+ image: nextcloudci/integration-php7.0:integration-php7.0-2
+ commands:
+ - cd build/integration
+ - ./run.sh filesdrop_features/filesdrop.feature
+ when:
+ matrix:
+ TESTS: integration-filesdrop-features
nodb-codecov:
image: nextcloudci/php7.0:php7.0-6
commands:
@@ -382,6 +390,7 @@ matrix:
- TESTS: integration-webdav-related
- TESTS: integration-sharees-features
- TESTS: integration-setup-features
+ - TESTS: integration-filesdrop-features
- TESTS: jsunit
- TESTS: check-autoloader
- TESTS: app-check-code