Skip to content

Commit

Permalink
Add drone.yml config
Browse files Browse the repository at this point in the history
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
  • Loading branch information
MorrisJobke committed Apr 11, 2017
1 parent d1081e7 commit 749046a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,15 @@ pipeline:
when:
matrix:
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:
image: nextcloudci/php7.0:php7.0-7
commands:
Expand Down Expand Up @@ -528,6 +537,7 @@ matrix:
- TESTS: integration-filesdrop-features
- TESTS: integration-transfer-ownership-features
- TESTS: integration-ldap-features
- TESTS: integration-trashbin
- TESTS: jsunit
- TESTS: check-autoloader
- TESTS: check-mergejs
Expand Down

0 comments on commit 749046a

Please sign in to comment.