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:
authorMorris Jobke <hey@morrisjobke.de>2018-06-19 14:28:00 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-20 00:54:00 +0300
commit4fc9bdea4e93f0965397548d9a134964907bccb6 (patch)
tree54e7eced24de0cf68fbc193b44aed9f406ed8018 /.drone.yml
parent0281e9dafc6a85b176da3786b62c607e1573e80e (diff)
Run vue builds in parallel
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml
index 094a678d2e3..b17c7bcf01a 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -20,14 +20,14 @@ pipeline:
- ./build/vue-builds.sh ./settings/js/settings-vue.js
when:
matrix:
- TESTS: vue-builds
+ TESTS: vue-build-settings
vue-build-updatenotification:
image: node
commands:
- ./build/vue-builds.sh ./apps/updatenotification/js/merged.js
when:
matrix:
- TESTS: vue-builds
+ TESTS: vue-build-updatenotification
checkers:
image: nextcloudci/php7.0:php7.0-19
commands:
@@ -683,7 +683,8 @@ pipeline:
matrix:
include:
- TESTS: checkers
- - TESTS: vue-builds
+ - TESTS: vue-build-settings
+ - TESTS: vue-build-updatenotification
- TESTS: nodb-codecov
ENABLE_REDIS: true
- TESTS: db-codecov