aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
blob: c5e3a2ebffb62de1cfcd905f6750c0d77b5ed4db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
build:
  integration:
    image: morrisjobke/nextcloud-ci-php7:1.0.3
    commands:
      - git submodule update --init
      - ./occ maintenance:install --admin-pass=admin
      - cd build/integration
      - ./run.sh
  jsunit:
    image: morrisjobke/nextcloud-ci-jsunit:1.0.2
    commands:
      - ./autotest-js.sh
  sqlite:
    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