summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2020-12-07 18:10:39 +0100
committerVincent Petry <vincent@nextcloud.com>2020-12-11 18:15:51 +0100
commit6d75ad2b62a9f99b845596544c022b45e199a3fe (patch)
tree0ca0841cbf3b849442b9b19d0f472ac11e42ab6a /.drone.yml
parent52b88a9c16b66131e8e87721bcceacd7395a99d5 (diff)
Added integration tests for joining listable rooms
Added guest app to CI for callapi tests. Added test scenarios for joining listable rooms. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index f2535429e..371d7a0db 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -273,12 +273,14 @@ steps:
environment:
APP_NAME: spreed
CORE_BRANCH: master
+ GUESTS_BRANCH: master
DATABASEHOST: sqlite
commands:
- bash tests/drone-run-integration-tests.sh || exit 0
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DATABASEHOST
- cd ../server
+ - git clone --depth 1 -b "$GUESTS_BRANCH" https://github.com/nextcloud/guests apps/guests
- ./occ app:enable $APP_NAME
- cd apps/$APP_NAME