summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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