Skip to content

Commit b3531f9

Browse files
MorrisJobkerullzer
authored andcommitted
Add drone.yml config
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
1 parent 314752d commit b3531f9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.drone.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,15 @@ pipeline:
457457
when:
458458
matrix:
459459
TESTS: integration-ldap-features
460+
integration-trashbin:
461+
image: nextcloudci/integration-php7.0:integration-php7.0-3
462+
commands:
463+
- ./occ maintenance:install --admin-pass=admin
464+
- cd build/integration
465+
- ./run.sh features/trashbin.feature
466+
when:
467+
matrix:
468+
TESTS: integration-trashbin
460469
nodb-codecov:
461470
image: nextcloudci/php7.0:php7.0-7
462471
commands:
@@ -528,6 +537,7 @@ matrix:
528537
- TESTS: integration-filesdrop-features
529538
- TESTS: integration-transfer-ownership-features
530539
- TESTS: integration-ldap-features
540+
- TESTS: integration-trashbin
531541
- TESTS: jsunit
532542
- TESTS: check-autoloader
533543
- TESTS: check-mergejs

0 commit comments

Comments
 (0)