diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-06-06 23:58:14 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-06-07 17:54:30 +0200 |
commit | a5083429246f72422d250c5eaa9d53fa563bf029 (patch) | |
tree | 34cfa3ac07533745080b43959adb5fce30f710b8 /.drone.yml | |
parent | d7375de816e9c777a7d067e11815ec3c9f5adf5a (diff) | |
download | nextcloud-server-a5083429246f72422d250c5eaa9d53fa563bf029.tar.gz nextcloud-server-a5083429246f72422d250c5eaa9d53fa563bf029.zip |
Add drone.io support
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 11 |
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 |