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:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-02-12 18:15:42 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-02-13 11:03:12 +0300
commit518aa1e2a8cd79d455d692ea6bf38edff82949a2 (patch)
treea483da6b07bcb85c05e20f5414e9dd71c9da7f43 /.drone.yml
parent2e7cbc5e1b5caed31cef9fc39c3dbc838478e03a (diff)
Add proper drone job
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml19
1 files changed, 11 insertions, 8 deletions
diff --git a/.drone.yml b/.drone.yml
index 53c09422429..a8afacda3eb 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -14,6 +14,16 @@ pipeline:
when:
matrix:
TESTS: jsunit
+ webpack-build:
+ image: nextcloudci/node:node-4
+ commands:
+ - npm install
+ - npm run build
+ - git status
+ - bash -c "[[ ! \"`git status --porcelain `\" ]] || ( echo 'Uncommited changes in webpack build' && exit 1 )"
+ when:
+ matrix:
+ TESTS: webpack-build
vue-build-settings:
image: nextcloudci/node:node-4
commands:
@@ -33,13 +43,6 @@ pipeline:
when:
matrix:
TESTS: vue-build-updatenotification
- vue-build-oauth2:
- image: node
- commands:
- - ./build/vue-builds.sh ./apps/oauth2/js/oauth2.js
- when:
- matrix:
- TESTS: vue-build-oauth2
vue-build-accessibility:
image: node
commands:
@@ -801,9 +804,9 @@ pipeline:
matrix:
include:
- TESTS: checkers
+ - TESTS: webpack-build
- TESTS: vue-build-settings
- TESTS: vue-build-updatenotification
- - TESTS: vue-build-oauth2
- TESTS: vue-build-accessibility
- TESTS: vue-build-backupcodes
- TESTS: handlebars