update drone images to latest version
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
e3dfe2cba7
commit
2fc9265b03
1 changed files with 9 additions and 9 deletions
18
.drone.yml
18
.drone.yml
|
@ -13,14 +13,14 @@ pipeline:
|
||||||
matrix:
|
matrix:
|
||||||
TESTS: jsunit
|
TESTS: jsunit
|
||||||
check-autoloader:
|
check-autoloader:
|
||||||
image: nextcloudci/php7.0:php7.0-6
|
image: nextcloudci/php7.0:php7.0-7
|
||||||
commands:
|
commands:
|
||||||
- bash ./build/autoloaderchecker.sh
|
- bash ./build/autoloaderchecker.sh
|
||||||
when:
|
when:
|
||||||
matrix:
|
matrix:
|
||||||
TESTS: check-autoloader
|
TESTS: check-autoloader
|
||||||
app-check-code:
|
app-check-code:
|
||||||
image: nextcloudci/php7.0:php7.0-6
|
image: nextcloudci/php7.0:php7.0-7
|
||||||
commands:
|
commands:
|
||||||
- ./occ app:check-code admin_audit
|
- ./occ app:check-code admin_audit
|
||||||
- ./occ app:check-code comments
|
- ./occ app:check-code comments
|
||||||
|
@ -33,14 +33,14 @@ pipeline:
|
||||||
matrix:
|
matrix:
|
||||||
TESTS: app-check-code
|
TESTS: app-check-code
|
||||||
signed-off-check:
|
signed-off-check:
|
||||||
image: nextcloudci/php7.0:php7.0-6
|
image: nextcloudci/php7.0:php7.0-7
|
||||||
commands:
|
commands:
|
||||||
- php ./build/signed-off-checker.php
|
- php ./build/signed-off-checker.php
|
||||||
when:
|
when:
|
||||||
matrix:
|
matrix:
|
||||||
TESTS: signed-off-check
|
TESTS: signed-off-check
|
||||||
htaccess-checker:
|
htaccess-checker:
|
||||||
image: nextcloudci/php7.0:php7.0-6
|
image: nextcloudci/php7.0:php7.0-7
|
||||||
commands:
|
commands:
|
||||||
- php ./build/htaccess-checker.php
|
- php ./build/htaccess-checker.php
|
||||||
when:
|
when:
|
||||||
|
@ -55,7 +55,7 @@ pipeline:
|
||||||
matrix:
|
matrix:
|
||||||
TESTS: syntax-php5.6
|
TESTS: syntax-php5.6
|
||||||
syntax-php7.0:
|
syntax-php7.0:
|
||||||
image: nextcloudci/php7.0:php7.0-6
|
image: nextcloudci/php7.0:php7.0-7
|
||||||
commands:
|
commands:
|
||||||
- composer install
|
- composer install
|
||||||
- ./lib/composer/bin/parallel-lint --exclude lib/composer/jakub-onderka/ --exclude 3rdparty/symfony/polyfill-php70/Resources/stubs/ --exclude 3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/ --exclude 3rdparty/paragonie/random_compat/lib/ --exclude lib/composer/composer/autoload_static.php --exclude 3rdparty/composer/autoload_static.php .
|
- ./lib/composer/bin/parallel-lint --exclude lib/composer/jakub-onderka/ --exclude 3rdparty/symfony/polyfill-php70/Resources/stubs/ --exclude 3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/ --exclude 3rdparty/paragonie/random_compat/lib/ --exclude lib/composer/composer/autoload_static.php --exclude 3rdparty/composer/autoload_static.php .
|
||||||
|
@ -139,7 +139,7 @@ pipeline:
|
||||||
DB: NODB
|
DB: NODB
|
||||||
PHP: 5.6
|
PHP: 5.6
|
||||||
nodb-php7.0:
|
nodb-php7.0:
|
||||||
image: nextcloudci/php7.0:php7.0-6
|
image: nextcloudci/php7.0:php7.0-7
|
||||||
commands:
|
commands:
|
||||||
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
|
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
|
||||||
when:
|
when:
|
||||||
|
@ -163,7 +163,7 @@ pipeline:
|
||||||
DB: sqlite
|
DB: sqlite
|
||||||
PHP: 5.6
|
PHP: 5.6
|
||||||
sqlite-php7.0:
|
sqlite-php7.0:
|
||||||
image: nextcloudci/php7.0:php7.0-6
|
image: nextcloudci/php7.0:php7.0-7
|
||||||
commands:
|
commands:
|
||||||
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
|
||||||
when:
|
when:
|
||||||
|
@ -383,7 +383,7 @@ pipeline:
|
||||||
matrix:
|
matrix:
|
||||||
TESTS: integration-transfer-ownership-features
|
TESTS: integration-transfer-ownership-features
|
||||||
nodb-codecov:
|
nodb-codecov:
|
||||||
image: nextcloudci/php7.0:php7.0-6
|
image: nextcloudci/php7.0:php7.0-7
|
||||||
commands:
|
commands:
|
||||||
- TEST_SELECTION=NODB ./autotest.sh sqlite
|
- TEST_SELECTION=NODB ./autotest.sh sqlite
|
||||||
- wget https://codecov.io/bash -O codecov.sh
|
- wget https://codecov.io/bash -O codecov.sh
|
||||||
|
@ -393,7 +393,7 @@ pipeline:
|
||||||
matrix:
|
matrix:
|
||||||
TESTS: nodb-codecov
|
TESTS: nodb-codecov
|
||||||
db-codecov:
|
db-codecov:
|
||||||
image: nextcloudci/php7.0:php7.0-6
|
image: nextcloudci/php7.0:php7.0-7
|
||||||
commands:
|
commands:
|
||||||
- TEST_SELECTION=QUICKDB ./autotest.sh sqlite
|
- TEST_SELECTION=QUICKDB ./autotest.sh sqlite
|
||||||
- wget https://codecov.io/bash -O codecov.sh
|
- wget https://codecov.io/bash -O codecov.sh
|
||||||
|
|
Loading…
Reference in a new issue