summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-07-12 11:29:46 +0200
committerJoas Schilling <coding@schilljs.com>2019-07-12 12:00:32 +0200
commit1140f9ed4eaf06b0ec47a867b05a9a5fa0cc8b30 (patch)
treeb579259e712065b3cbbd039ee243e79feb02c873 /.drone.yml
parent0f8e008d1259a5fa406e4275531e53a82bee1871 (diff)
Check if SimpleWebRTC is bundled correctly
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index 5b756c4b1..8dfdaa4c6 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -1,9 +1,14 @@
kind: pipeline
-name: handlebars
+name: check-builds
steps:
+ - name: check-simplewebrtc-bundle
+ image: node:lts
+ commands:
+ - make npm-init
+ - ./check-simplewebrtc-bundle.sh
- name: check-handlebars-templates
- image: node
+ image: node:lts
commands:
- npm install -g handlebars
- ./check-handlebars-templates.sh