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:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-06 19:02:43 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-07 09:35:02 +0300
commit62e29abc5b2919870b7474bd2b3e732eacc4287a (patch)
tree7c6006b008391398a95ced0fd992f146975aeefc /.drone.yml
parent4618f17654248d9057b1f06f589d9486d21823e7 (diff)
Add vue apps build tests
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
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 f31d948f667..94598121c89 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -14,6 +14,13 @@ pipeline:
when:
matrix:
TESTS: jsunit
+ vue-builds:
+ image: node
+ commands:
+ - ./build/vue-builds.sh
+ when:
+ matrix:
+ TESTS: vue-builds
checkers:
image: nextcloudci/php7.0:php7.0-19
commands:
@@ -662,6 +669,7 @@ pipeline:
matrix:
include:
- TESTS: checkers
+ - TESTS: vue-builds
- TESTS: nodb-codecov
ENABLE_REDIS: true
- TESTS: db-codecov