Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2017-03-10 12:45:27 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2017-03-22 10:49:03 +0300
commit12de9ad6550bed856980e51b6a6fce5d38d44fbf (patch)
treeafb7f1fece68c3e5efe8133fe767fa51ff0a404d /.drone.yml
parent98a14909e1ed79a62f9f3e733782cd5b0f949339 (diff)
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.yml8
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