summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2017-01-19 17:12:00 +0100
committerArthur Schiwon <blizzz@arthur-schiwon.de>2017-01-19 17:12:00 +0100
commit22528f492f18be019cc7dea676e70f6328b353ce (patch)
treeff591a336c3fd6b4025fa8b3c74ffc9f32489d07 /.drone.yml
parent1f7b08bd19dd37bec73903679b3e0bfdaed71927 (diff)
downloadnextcloud-server-22528f492f18be019cc7dea676e70f6328b353ce.tar.gz
nextcloud-server-22528f492f18be019cc7dea676e70f6328b353ce.zip
also, let ldap integration tests run
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 1e35b2a2fe8..bac887ff024 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -413,6 +413,15 @@ pipeline:
when:
matrix:
TESTS: integration-transfer-ownership-features
+ integration-ldap-features:
+ image: nextcloudci/integration-php7.0:integration-php7.0-3
+ commands:
+ - ./occ maintenance:install --admin-pass=admin
+ - cd build/integration
+ - ./run.sh ldap_features/ldap-ocs.feature
+ when:
+ matrix:
+ TESTS: integration-ldap-features
nodb-codecov:
image: nextcloudci/php7.0:php7.0-7
commands:
@@ -480,6 +489,7 @@ matrix:
- TESTS: integration-setup-features
- TESTS: integration-filesdrop-features
- TESTS: integration-transfer-ownership-features
+ - TESTS: integration-ldap-features
- TESTS: jsunit
- TESTS: check-autoloader
- TESTS: app-check-code