summaryrefslogtreecommitdiffstats
path: root/.drone.yml
blob: bf993b99a70b8d6b7c72a4ea8e34bfabf312bcb8 (plain)
1
2
3
4
5
6
7
8
9
10
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