summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml11
1 files changed, 9 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index 94598121c89..5ad18cda8a5 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -14,10 +14,17 @@ pipeline:
when:
matrix:
TESTS: jsunit
- vue-builds:
+ vue-build-settings:
image: node
commands:
- - ./build/vue-builds.sh
+ - ./build/vue-builds.sh ./settings/js/main.js
+ when:
+ matrix:
+ TESTS: vue-builds
+ vue-build-updatenotification:
+ image: node
+ commands:
+ - ./build/vue-builds.sh ./apps/updatenotification/js/merged.js
when:
matrix:
TESTS: vue-builds