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

github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-01-07 15:52:20 +0300
committerJulius Härtl <jus@bitgrid.net>2019-01-07 16:17:59 +0300
commit685ef98143db6d68dc161d02243bbcebe94baa4f (patch)
tree0eda1cb8faf76d51329eb635307b201f0e740ceb /.drone.yml
parenta040850a360b7758d690187d5d2e9550e08c4e4d (diff)
Update docker images for PHP 7.1+
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml29
1 files changed, 14 insertions, 15 deletions
diff --git a/.drone.yml b/.drone.yml
index c454e04c..012fdf73 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -5,7 +5,7 @@ clone:
pipeline:
signed-off-check:
- image: nextcloudci/php7.0:php7.0-2
+ image: nextcloudci/php7.1:php7.1-16
environment:
- APP_NAME=firstrunwizard
- CORE_BRANCH=master
@@ -20,7 +20,7 @@ pipeline:
matrix:
TESTS: signed-off-check
check-app-compatbility:
- image: nextcloudci/php7.0:php7.0-17
+ image: nextcloudci/php7.1:php7.1-16
environment:
- APP_NAME=firstrunwizard
- CORE_BRANCH=master
@@ -39,8 +39,8 @@ pipeline:
matrix:
TESTS: check-app-compatbility
- php7.0:
- image: nextcloudci/php7.0:php7.0-17
+ php7.1:
+ image: nextcloudci/php7.1:php7.1-15
environment:
- APP_NAME=firstrunwizard
- CORE_BRANCH=master
@@ -52,13 +52,12 @@ pipeline:
- cd ../server/
- php occ app:enable $APP_NAME
- cd apps/$APP_NAME
- # Run phpunit tests
- phpunit -c tests/phpunit.xml --coverage-clover build/php-unit.coverage.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=firstrunwizard
- CORE_BRANCH=master
@@ -68,14 +67,14 @@ pipeline:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
- cd ../server/
- - php occ app:enable $APP_NAME
+ - php occ app:enable firstrunwizard
- cd apps/$APP_NAME
- phpunit -c tests/phpunit.xml --coverage-clover build/php-unit.coverage.xml
when:
matrix:
- TESTS: php7.1
- php7.2:
- image: nextcloudci/php7.2:php7.2-9
+ TESTS: php7.2
+ php7.3:
+ image: nextcloudci/php7.3:php7.3-2
environment:
- APP_NAME=firstrunwizard
- CORE_BRANCH=master
@@ -90,13 +89,13 @@ pipeline:
- phpunit -c tests/phpunit.xml --coverage-clover build/php-unit.coverage.xml
when:
matrix:
- TESTS: php7.2
+ TESTS: php7.3
matrix:
include:
- TESTS: signed-off-check
- TESTS: check-app-compatbility
- - TESTS: php7.0
- TESTS: php7.1
- TESTS: php7.2
+ - TESTS: php7.3
-branches: [ master, stable* ] \ No newline at end of file
+branches: [ master, stable* ]