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:
authorJulius Härtl <jus@bitgrid.net>2018-06-20 10:32:23 +0300
committerJulius Härtl <jus@bitgrid.net>2018-06-20 10:32:23 +0300
commit2791bedfa9c5ccefc7a1f8e735b2bdec61cc3965 (patch)
tree82b2f3296e183cae59b6753b88630b69b22eabee /.drone.yml
parentcad8824a8e7da7fcf61960b6502b307672651c2b (diff)
Add vue build for oauth2 app to drone
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index b17c7bcf01a..0616c0d6357 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -28,6 +28,13 @@ 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
checkers:
image: nextcloudci/php7.0:php7.0-19
commands:
@@ -685,6 +692,7 @@ matrix:
- TESTS: checkers
- TESTS: vue-build-settings
- TESTS: vue-build-updatenotification
+ - TESTS: vue-build-oauth2
- TESTS: nodb-codecov
ENABLE_REDIS: true
- TESTS: db-codecov