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-06-07 00:58:14 +0300
committerMorris Jobke <hey@morrisjobke.de>2016-06-07 18:54:30 +0300
commita5083429246f72422d250c5eaa9d53fa563bf029 (patch)
tree34cfa3ac07533745080b43959adb5fce30f710b8 /.drone.yml
parentd7375de816e9c777a7d067e11815ec3c9f5adf5a (diff)
Add drone.io support
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
new file mode 100644
index 00000000000..bf993b99a70
--- /dev/null
+++ b/.drone.yml
@@ -0,0 +1,11 @@
+build:
+ backend:
+ image: morrisjobke/nextcloud-ci-php7:1.0
+ commands:
+ - git submodule update --init
+ - ./occ maintenance:install --database-name oc_autotest --database-user oc_autotest --admin-user admin --admin-pass admin --database sqlite --database-pass=''
+ - ./autotest.sh sqlite
+
+compose:
+ cache:
+ image: redis