Add drone.yml config
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
d1081e7940
commit
749046a799
10
.drone.yml
10
.drone.yml
|
@ -457,6 +457,15 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
matrix:
|
matrix:
|
||||||
TESTS: integration-ldap-features
|
TESTS: integration-ldap-features
|
||||||
|
integration-trashbin:
|
||||||
|
image: nextcloudci/integration-php7.0:integration-php7.0-3
|
||||||
|
commands:
|
||||||
|
- ./occ maintenance:install --admin-pass=admin
|
||||||
|
- cd build/integration
|
||||||
|
- ./run.sh features/trashbin.feature
|
||||||
|
when:
|
||||||
|
matrix:
|
||||||
|
TESTS: integration-trashbin
|
||||||
nodb-codecov:
|
nodb-codecov:
|
||||||
image: nextcloudci/php7.0:php7.0-7
|
image: nextcloudci/php7.0:php7.0-7
|
||||||
commands:
|
commands:
|
||||||
|
@ -528,6 +537,7 @@ matrix:
|
||||||
- TESTS: integration-filesdrop-features
|
- TESTS: integration-filesdrop-features
|
||||||
- TESTS: integration-transfer-ownership-features
|
- TESTS: integration-transfer-ownership-features
|
||||||
- TESTS: integration-ldap-features
|
- TESTS: integration-ldap-features
|
||||||
|
- TESTS: integration-trashbin
|
||||||
- TESTS: jsunit
|
- TESTS: jsunit
|
||||||
- TESTS: check-autoloader
|
- TESTS: check-autoloader
|
||||||
- TESTS: check-mergejs
|
- TESTS: check-mergejs
|
||||||
|
|
Loading…
Reference in New Issue