mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Add drone.io support
This commit is contained in:
parent
d7375de816
commit
a508342924
1 changed files with 11 additions and 0 deletions
11
.drone.yml
Normal file
11
.drone.yml
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue