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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-07-12 12:57:25 +0300
committerJoas Schilling <coding@schilljs.com>2019-07-12 13:00:32 +0300
commitf60246c0176073c18123a5ddabc696d9453ce182 (patch)
tree0cdcfe977b8497abb178c28daac9a87925cc6bf7 /.drone.yml
parent1140f9ed4eaf06b0ec47a867b05a9a5fa0cc8b30 (diff)
Check VueJS builds as well
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 8dfdaa4c6..d057dc182 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -7,6 +7,11 @@ steps:
commands:
- make npm-init
- ./check-simplewebrtc-bundle.sh
+ - name: check-vuejs-builds
+ image: node:lts
+ commands:
+ - make npm-init
+ - ./check-vuejs-builds.sh
- name: check-handlebars-templates
image: node:lts
commands: