diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2017-03-10 10:45:27 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-03-23 13:40:30 +0100 |
commit | 588f47d498e78b027fd635ebfaa47876ec8e21b7 (patch) | |
tree | 1e96f5ae87078e182af09bd63f0233000fd187b2 /.drone.yml | |
parent | eda98ed3df5f304f277f651941cc9ab19dee07bb (diff) | |
download | nextcloud-server-588f47d498e78b027fd635ebfaa47876ec8e21b7.tar.gz nextcloud-server-588f47d498e78b027fd635ebfaa47876ec8e21b7.zip |
Add CI step to verify merged vendor js
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index 5d4ab2ca963..5cfba60cd45 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,6 +19,13 @@ pipeline: when: matrix: TESTS: check-autoloader + check-mergejs: + image: nextcloudci/php7.0:php7.0-7 + commands: + - bash ./build/mergejschecker.sh + when: + matrix: + TESTS: check-mergejs app-check-code: image: nextcloudci/php7.0:php7.0-7 commands: @@ -493,6 +500,7 @@ matrix: - TESTS: integration-ldap-features - TESTS: jsunit - TESTS: check-autoloader + - TESTS: check-mergejs - TESTS: app-check-code - TESTS: syntax-php5.6 - TESTS: syntax-php7.0 |