diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-12-19 21:40:08 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2016-12-20 22:05:33 +0100 |
commit | 1c80307537ea6e8542c5afda6b2ddb2d4ddf4dc3 (patch) | |
tree | 1397000e6d9568f36b306f5da1925014c2124df2 /.drone.yml | |
parent | d7b340264321008ccbf7fe057c0a9107cabc7085 (diff) | |
download | nextcloud-server-1c80307537ea6e8542c5afda6b2ddb2d4ddf4dc3.tar.gz nextcloud-server-1c80307537ea6e8542c5afda6b2ddb2d4ddf4dc3.zip |
Add SMB tests and execute files_external tests
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 20 |
1 files changed, 19 insertions, 1 deletions
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 |