summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-10-18 10:31:05 +0200
committerMorris Jobke <hey@morrisjobke.de>2016-10-19 00:15:01 +0200
commitd0a3d17912cbbf31e6a5dd93aa190c48283de1cc (patch)
tree4916f49c715bb31e2dba51ca6c02807c1783eb54 /.drone.yml
parent9356a0e5830a82ddcf48d52ffc48a8fb8f7b68a7 (diff)
downloadnextcloud-server-d0a3d17912cbbf31e6a5dd93aa190c48283de1cc.tar.gz
nextcloud-server-d0a3d17912cbbf31e6a5dd93aa190c48283de1cc.zip
add 4 byte mysql test run
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index c54907cc5d9..025d223f2d1 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -148,6 +148,14 @@ pipeline:
matrix:
DB: postgres
PHP: 5.6
+ mysqlmb4-php5.6:
+ image: nextcloudci/php5.6:php5.6-2
+ commands:
+ - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4
+ when:
+ matrix:
+ DB: mysqlmb4
+ PHP: 5.6
integration-capabilities_features:
image: nextcloudci/integration-php7.0:integration-php7.0-1
commands:
@@ -368,6 +376,8 @@ matrix:
PHP: 5.6
- DB: postgres
PHP: 5.6
+ - DB: mysqlmb4
+ PHP: 5.6
services:
cache:
@@ -390,3 +400,15 @@ services:
when:
matrix:
DB: mysql
+ mysqlmb4:
+ image: mysql
+ environment:
+ - MYSQL_ROOT_PASSWORD=owncloud
+ - MYSQL_USER=oc_autotest
+ - MYSQL_PASSWORD=owncloud
+ - MYSQL_DATABASE=oc_autotest
+ volumes:
+ - /drone/src/github.com/nextcloud/server/tests/docker/mysqlmb4:/etc/mysql/conf.d
+ when:
+ matrix:
+ DB: mysqlmb4