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-22 08:49:03 +0100 |
commit | 12de9ad6550bed856980e51b6a6fce5d38d44fbf (patch) | |
tree | afb7f1fece68c3e5efe8133fe767fa51ff0a404d /.drone.yml | |
parent | 98a14909e1ed79a62f9f3e733782cd5b0f949339 (diff) | |
download | nextcloud-server-12de9ad6550bed856980e51b6a6fce5d38d44fbf.tar.gz nextcloud-server-12de9ad6550bed856980e51b6a6fce5d38d44fbf.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 |