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:
authorRobin Appelman <robin@icewind.nl>2018-06-04 15:17:49 +0300
committerRobin Appelman <robin@icewind.nl>2018-06-04 17:18:03 +0300
commitac26175a178aab3bcf989387adc92af36c19afa5 (patch)
tree3b79887a1df50f67bcba043929a39eccf42244d0 /.drone.yml
parent3f82ed377cd3b951d760c28b3c8e4cb9cd21b39c (diff)
add azure unit tests with azurite
Signed-off-by: Robin Appelman <robin@icewind.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 0165008588a..f31d948f667 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -782,6 +782,8 @@ matrix:
- TESTS: carddavtester-old-endpoint
- TESTS: object-store
OBJECT_STORE: s3
+ - TESTS: object-store
+ OBJECT_STORE: azure
# - TESTS: object-store
# OBJECT_STORE: swift
# SWIFT-AUTH: v2.0
@@ -883,6 +885,13 @@ services:
when:
matrix:
OBJECT_STORE: s3
+ azurite:
+ image: arafato/azurite
+ environment:
+ - executable=blob
+ when:
+ matrix:
+ OBJECT_STORE: azure
dockswift:
image: icewind1991/dockswift:nextcloud-ci
environment: