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>2016-11-21 16:00:54 +0300
committerMorris Jobke <hey@morrisjobke.de>2016-11-22 00:00:16 +0300
commit951f7f5eaf41f72d3e0bee01cd1f48b79ef964f3 (patch)
treecc1b791d5e0337cf0389540b19cdff33f123d483 /.drone.yml
parent3d9077ae3a29ab9f44ac581d7661cda0ef2d52a7 (diff)
Add integration test for web based installer
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
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 d6b36097b96..3b56e54278b 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -322,6 +322,14 @@ pipeline:
when:
matrix:
TESTS: integration-sharees-features
+ integration-setup-features:
+ image: nextcloudci/integration-php7.0:integration-php7.0-2
+ commands:
+ - cd build/integration
+ - ./run.sh setup_features/setup.feature
+ when:
+ matrix:
+ TESTS: integration-setup-features
nodb-codecov:
image: nextcloudci/php7.0:php7.0-6
commands:
@@ -365,6 +373,7 @@ matrix:
- TESTS: integration-provisioning-v2
- TESTS: integration-webdav-related
- TESTS: integration-sharees-features
+ - TESTS: integration-setup-features
- TESTS: jsunit
- TESTS: check-autoloader
- TESTS: app-check-code