From 1c80307537ea6e8542c5afda6b2ddb2d4ddf4dc3 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Mon, 19 Dec 2016 21:40:08 +0100 Subject: Add SMB tests and execute files_external tests Signed-off-by: Lukas Reschke --- .drone.yml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index 0b930aef501..65717641f29 100644 --- a/.drone.yml +++ b/.drone.yml @@ -104,6 +104,22 @@ pipeline: when: matrix: TESTS: carddavtester + sqlite-php7.0-samba-native: + image: nextcloudci/samba-native-php7.0:samba-native-php7.0-1 + commands: + - smbd -D -FS & + - NOCOVERAGE=true ./autotest-external.sh sqlite smb-linux + when: + matrix: + TESTS: sqlite-php7.0-samba-native + sqlite-php7.0-samba-non-native: + image: nextcloudci/samba-non-native-php7.0:samba-non-native-php7.0-2 + commands: + - smbd -D -FS & + - NOCOVERAGE=true ./autotest-external.sh sqlite smb-linux + when: + matrix: + TESTS: sqlite-php7.0-samba-non-native nodb-php5.6: image: nextcloudci/php5.6:php5.6-7 commands: @@ -381,7 +397,7 @@ matrix: - TESTS: signed-off-check - TESTS: htaccess-checker - TESTS: nodb-codecov - - TESTS: db-codecov + - TESTS: db-codecov - TESTS: integration-capabilities_features - TESTS: integration-federation_features - TESTS: integration-auth @@ -412,6 +428,8 @@ matrix: - TESTS: litmus-v2 - TESTS: caldavtester - TESTS: carddavtester + - TESTS: sqlite-php7.0-samba-native + - TESTS: sqlite-php7.0-samba-non-native - DB: NODB PHP: 5.6 - DB: NODB -- cgit v1.2.3