diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-03-16 17:24:00 -0600 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-03-20 13:13:08 -0600 |
commit | 036f5a6e084a66f28de77993d2b13dce279e1d4a (patch) | |
tree | 8dc3d61e71d98eafbc051aaa94bc9c8f062c14f6 /.drone.yml | |
parent | 8e99f19c2833142543f893c784173e9891d27be2 (diff) | |
download | nextcloud-server-036f5a6e084a66f28de77993d2b13dce279e1d4a.tar.gz nextcloud-server-036f5a6e084a66f28de77993d2b13dce279e1d4a.zip |
add drone config
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index 5d4ab2ca963..c7c3764459c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -387,6 +387,15 @@ pipeline: when: matrix: TESTS: integration-sharees-features + integration-sharees-v2-features: + image: nextcloudci/integration-php7.0:integration-php7.0-3 + commands: + - ./occ maintenance:install --admin-pass=admin + - cd build/integration + - ./run.sh sharees_features/sharees_provisioningapiv2.feature + when: + matrix: + TESTS: integration-sharees-v2-features integration-setup-features: image: nextcloudci/integration-php7.0:integration-php7.0-3 commands: @@ -487,6 +496,7 @@ matrix: - TESTS: integration-provisioning-v2 - TESTS: integration-webdav-related - TESTS: integration-sharees-features + - TESTS: integration-sharees-v2-features - TESTS: integration-setup-features - TESTS: integration-filesdrop-features - TESTS: integration-transfer-ownership-features |