Add 5.6 sqlite ci
This commit is contained in:
parent
3e9977387a
commit
dbbc250702
|
@ -8,21 +8,24 @@ build:
|
||||||
commands:
|
commands:
|
||||||
- rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues
|
- rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues
|
||||||
- git submodule update --init
|
- 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=''
|
|
||||||
- NOCOVERAGE=true ./autotest.sh sqlite
|
- NOCOVERAGE=true ./autotest.sh sqlite
|
||||||
sqlite-php5.5:
|
sqlite-php5.5:
|
||||||
image: nextcloudci/php5.5:1.0.7
|
image: nextcloudci/php5.5:1.0.7
|
||||||
commands:
|
commands:
|
||||||
- rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues
|
- rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues
|
||||||
- git submodule update --init
|
- 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=''
|
- NOCOVERAGE=true ./autotest.sh sqlite
|
||||||
|
sqlite-php5.6:
|
||||||
|
image: nextcloudci/php5.6:1.0.6
|
||||||
|
commands:
|
||||||
|
- rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues
|
||||||
|
- git submodule update --init
|
||||||
- NOCOVERAGE=true ./autotest.sh sqlite
|
- NOCOVERAGE=true ./autotest.sh sqlite
|
||||||
sqlite:
|
sqlite:
|
||||||
image: nextcloudci/php7.0:1.0.9
|
image: nextcloudci/php7.0:1.0.9
|
||||||
commands:
|
commands:
|
||||||
- rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues
|
- rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues
|
||||||
- git submodule update --init
|
- 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
|
- ./autotest.sh sqlite
|
||||||
mysql:
|
mysql:
|
||||||
image: nextcloudci/php7.0:1.0.9
|
image: nextcloudci/php7.0:1.0.9
|
||||||
|
|
Loading…
Reference in New Issue