Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-08-10 19:12:42 +0300
committerGitHub <noreply@github.com>2017-08-10 19:12:42 +0300
commitd3cb4a7965d1aafc392e054438db981106a02a58 (patch)
treeffdc7aa65a3c3ecc0fb15cb63ef60942d35a1334 /.drone.yml
parentca121b75612f5da37d6e107c218ee22703c0beff (diff)
parentf8d5dbcdb50ae756a35c71db874e6b48b7a76e3c (diff)
Merge pull request #6065 from nextcloud/mysql5.5
Add CI job for mysql 5.5
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml45
1 files changed, 44 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 70af6440b2a..923eaa27d1f 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -251,7 +251,7 @@ 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
@@ -259,6 +259,30 @@ pipeline:
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:
@@ -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
@@ -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: