summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-03-10 19:10:24 +0100
committerJoas Schilling <coding@schilljs.com>2021-03-11 08:40:49 +0100
commit49f7d08b38da58e028bc074b205009b78ba10c09 (patch)
tree0f7a132d8f29921190764725f1bbe41be5419971 /.drone.yml
parent72fb176ec999426048a7119862f4bf1ef8d2c34f (diff)
downloadnextcloud-server-49f7d08b38da58e028bc074b205009b78ba10c09.tar.gz
nextcloud-server-49f7d08b38da58e028bc074b205009b78ba10c09.zip
Also execute the new tests on drone
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml25
1 files changed, 25 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 26124e8753e..dfea98a59b0 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -756,6 +756,31 @@ trigger:
---
kind: pipeline
+name: integration-collaboration_features
+
+steps:
+- name: submodules
+ image: docker:git
+ commands:
+ - git submodule update --init
+- name: integration-collaboration_features
+ image: nextcloudci/integration-php7.3:integration-php7.3-2
+ commands:
+ - bash tests/drone-run-integration-tests.sh || exit 0
+ - ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
+ - cd build/integration
+ - ./run.sh collaboration_features/
+
+trigger:
+ branch:
+ - master
+ - stable*
+ event:
+ - pull_request
+ - push
+
+---
+kind: pipeline
name: integration-federation_features
steps: