浏览代码

Add PHP 7.1 drone tests

tags/v11.0RC2
Lukas Reschke 7 年前
父节点
当前提交
9915f68a80
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 12 次插入0 次删除
  1. 12
    0
      .drone.yml

+ 12
- 0
.drone.yml 查看文件

@@ -15,6 +15,12 @@ build:
- 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
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:
image: nextcloudci/php5.6:php5.6-2
commands:
@@ -27,6 +33,12 @@ build:
- 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
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:
image: nextcloudci/php5.6:php5.6-2
commands:

正在加载...
取消
保存