Add myslqmb4 php 7.0 drone

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
pull/5997/head
Roeland Jago Douma 7 years ago
parent 1247bd8755
commit 68d6e788e4
No known key found for this signature in database
GPG Key ID: F941078878347C0C

@ -243,6 +243,14 @@ pipeline:
matrix:
DB: mysqlmb4
PHP: 5.6
mysqlmb4-php7.0:
image: nextcloudci/php7.0:php7.0-13
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4
when:
matrix:
DB: mysqlmb4
PHP: "7.0"
integration-capabilities_features:
image: nextcloudci/integration-php7.0:integration-php7.0-4
commands:
@ -608,6 +616,9 @@ matrix:
- DB: mysqlmb4
PHP: 5.6
ENABLE_REDIS: true
- DB: mysqlmb4
PHP: 7.0
ENABLE_REDIS: true
- TESTS: integration-capabilities_features
- TESTS: integration-federation_features
- TESTS: integration-maintenance-mode

Loading…
Cancel
Save