blob: bfd173c13475493e2c95d2d6c0a73f8d6d160730 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
build:
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
|