From a5083429246f72422d250c5eaa9d53fa563bf029 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 6 Jun 2016 23:58:14 +0200 Subject: [PATCH] Add drone.io support --- .drone.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000000..bf993b99a7 --- /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