Skip to content

Commit

Permalink
Merge pull request nextcloud#6065 from nextcloud/mysql5.5
Browse files Browse the repository at this point in the history
Add CI job for mysql 5.5
  • Loading branch information
MorrisJobke authored Aug 10, 2017
2 parents ca121b7 + f8d5dbc commit d3cb4a7
Showing 1 changed file with 44 additions and 1 deletion.
45 changes: 44 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,14 +251,38 @@ pipeline:
matrix:
DB: mysql5.6
PHP: "7.0"
mysql5-6-php7.1:
mysql5.6-php7.1:
image: nextcloudci/php7.1:php7.1-12
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
when:
matrix:
DB: mysql5.6
PHP: 7.1
mysql5.5-php5.6:
image: nextcloudci/php5.6:php5.6-7
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
when:
matrix:
DB: mysql5.5
PHP: 5.6
mysql5.5-php7.0:
image: nextcloudci/php7.0:php7.0-13
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
when:
matrix:
DB: mysql5.5
PHP: "7.0"
mysql5.5-php7.1:
image: nextcloudci/php7.1:php7.1-12
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
when:
matrix:
DB: mysql5.5
PHP: 7.1
postgres-php5.6:
image: nextcloudci/php5.6:php5.6-7
commands:
Expand Down Expand Up @@ -678,6 +702,15 @@ matrix:
- DB: mysql5.6
PHP: 7.1
ENABLE_REDIS: true
- DB: mysql5.5
PHP: 5.6
ENABLE_REDIS: true
- DB: mysql5.5
PHP: 7.0
ENABLE_REDIS: true
- DB: mysql5.5
PHP: 7.1
ENABLE_REDIS: true
- DB: postgres
PHP: 5.6
ENABLE_REDIS: true
Expand Down Expand Up @@ -789,6 +822,16 @@ services:
when:
matrix:
DB: mysql5.6
mysql:
image: mysql:5.5
environment:
- MYSQL_ROOT_PASSWORD=owncloud
- MYSQL_USER=oc_autotest
- MYSQL_PASSWORD=owncloud
- MYSQL_DATABASE=oc_autotest
when:
matrix:
DB: mysql5.5
mysqlmb4:
image: mysql
environment:
Expand Down

0 comments on commit d3cb4a7

Please sign in to comment.