Add PHP 7.1 drone tests
This commit is contained in:
parent
25a1a68bc9
commit
9915f68a80
1 changed files with 12 additions and 0 deletions
12
.drone.yml
12
.drone.yml
|
@ -15,6 +15,12 @@ build:
|
||||||
- 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
|
||||||
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
|
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
|
||||||
|
nodb-php7.1:
|
||||||
|
image: nextcloudci/php7.1:php7.1-1
|
||||||
|
commands:
|
||||||
|
- rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues
|
||||||
|
- git submodule update --init
|
||||||
|
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
|
||||||
sqlite-php5.6:
|
sqlite-php5.6:
|
||||||
image: nextcloudci/php5.6:php5.6-2
|
image: nextcloudci/php5.6:php5.6-2
|
||||||
commands:
|
commands:
|
||||||
|
@ -27,6 +33,12 @@ build:
|
||||||
- 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
|
||||||
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
|
||||||
|
sqlite-php7.1:
|
||||||
|
image: nextcloudci/php7.1:php7.1-1
|
||||||
|
commands:
|
||||||
|
- rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues
|
||||||
|
- git submodule update --init
|
||||||
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
|
||||||
mysql-php5.6:
|
mysql-php5.6:
|
||||||
image: nextcloudci/php5.6:php5.6-2
|
image: nextcloudci/php5.6:php5.6-2
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in a new issue