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

github.com/nextcloud/files_videoplayer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-01-22 08:54:45 +0300
committerJulius Härtl <jus@bitgrid.net>2019-01-22 09:01:49 +0300
commit4651e99bfa0b910b98912907a2fb24f6b7c8166d (patch)
tree910f9a9266fdea08ceaebf529e054263c8cf4c91
parenteda8dfd7b7912f670d369c60612f0ab4e5eb4acc (diff)
Check if vue build is working and commited
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--.drone.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index cf72da5..dcb87a3 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -19,6 +19,19 @@ pipeline:
when:
matrix:
TESTS: signed-off-check
+ vue-build:
+ image: nextcloudci/jsunit:jsunit-5
+ commands:
+ - rm js/*
+ - npm install
+ - npm run build
+ - git status
+ - bash -c "[[ ! `git status --porcelain` ]] || ( echo 'Uncommited changes in vue build' && exit 1 )"
+ when:
+ matrix:
+ TESTS: vue-build
+
matrix:
include:
- TESTS: signed-off-check
+ - TESTS: vue-build