Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add drone.io support
  • Loading branch information
MorrisJobke committed Jun 7, 2016
commit a5083429246f72422d250c5eaa9d53fa563bf029
11 changes: 11 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -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