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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2018-01-15 16:33:26 +0300
committerJoas Schilling <coding@schilljs.com>2018-01-26 14:20:47 +0300
commit5d2f0d6f61ed8ae5260c3973b82e616b37da5c88 (patch)
tree07b408b8a3947028a1267be311e7c2587ec9aabc /.drone.yml
parentbfad373d806981f1e347e7c1547ee5b79d744f7d (diff)
Make master work against Nextcloud 14
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml41
1 files changed, 11 insertions, 30 deletions
diff --git a/.drone.yml b/.drone.yml
index eb73417ee..465b6d4ee 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -14,7 +14,7 @@ pipeline:
matrix:
TESTS: stylelint
check-app-compatbility:
- image: nextcloudci/php5.6:php5.6-3
+ image: nextcloudci/php7.0:php7.0-2
environment:
- APP_NAME=spreed
- CORE_BRANCH=master
@@ -31,22 +31,6 @@ pipeline:
when:
matrix:
TESTS: check-app-compatbility
- syntax-php5.6:
- image: nextcloudci/php5.6:php5.6-3
- environment:
- - APP_NAME=spreed
- - CORE_BRANCH=master
- - DB=sqlite
- commands:
- # Pre-setup steps
- - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- - bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
- - cd ../server
- - composer install
- - ./lib/composer/bin/parallel-lint apps/$APP_NAME/
- when:
- matrix:
- TESTS: syntax-php5.6
syntax-php7.0:
image: nextcloudci/php7.0:php7.0-2
environment:
@@ -78,15 +62,13 @@ pipeline:
when:
matrix:
TESTS: signed-off-check
- php5.6:
- image: nextcloudci/php5.6:php5.6-3
+ php7.0:
+ image: nextcloudci/php7.0:php7.0-2
environment:
- APP_NAME=spreed
- CORE_BRANCH=master
- DB=sqlite
commands:
- - apt update && apt-get -y install php5-xdebug
-
# Pre-setup steps
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
@@ -99,9 +81,9 @@ pipeline:
- phpunit --configuration phpunit.xml
when:
matrix:
- TESTS: php5.6
- php7.0:
- image: nextcloudci/php7.0:php7.0-2
+ TESTS: php7.0
+ php7.1:
+ image: nextcloudci/php7.1:php7.1-15
environment:
- APP_NAME=spreed
- CORE_BRANCH=master
@@ -119,9 +101,9 @@ pipeline:
- phpunit --configuration phpunit.xml
when:
matrix:
- TESTS: php7.0
- php7.1:
- image: nextcloudci/php7.1:php7.1-15
+ TESTS: php7.1
+ php7.2:
+ image: nextcloudci/php7.2:php7.2-9
environment:
- APP_NAME=spreed
- CORE_BRANCH=master
@@ -139,7 +121,7 @@ pipeline:
- phpunit --configuration phpunit.xml
when:
matrix:
- TESTS: php7.1
+ TESTS: php7.2
php7.1-integration:
image: nextcloudci/php7.1:php7.1-15
environment:
@@ -175,11 +157,10 @@ matrix:
- TESTS: eslint
- TESTS: stylelint
- TESTS: check-app-compatbility
- - TESTS: syntax-php5.6
- TESTS: syntax-php7.0
- TESTS: signed-off-check
- - TESTS: php5.6
- TESTS: php7.0
- TESTS: php7.1
+ - TESTS: php7.2
- TESTS: php7.1-integration
- TESTS: jsunit