diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-03-16 23:54:13 -0600 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-03-16 23:54:13 -0600 |
commit | 5d29e841188fbb0900935fb892beaae3c23b2f4f (patch) | |
tree | dcc9ae980c953da0c742059fdc076c47f1c40d81 /.drone.yml | |
parent | 659006c234ef2bcaefc160b9541644d6668b5d6c (diff) | |
download | nextcloud-server-5d29e841188fbb0900935fb892beaae3c23b2f4f.tar.gz nextcloud-server-5d29e841188fbb0900935fb892beaae3c23b2f4f.zip |
Add drone.yml config
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index 5d4ab2ca963..f13a50c8acf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -423,6 +423,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: @@ -491,6 +500,7 @@ matrix: - TESTS: integration-filesdrop-features - TESTS: integration-transfer-ownership-features - TESTS: integration-ldap-features + - TESTS: integration-trashbin - TESTS: jsunit - TESTS: check-autoloader - TESTS: app-check-code |