From 2791bedfa9c5ccefc7a1f8e735b2bdec61cc3965 Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Wed, 20 Jun 2018 09:32:23 +0200 Subject: Add vue build for oauth2 app to drone MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.drone.yml') 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 -- cgit v1.2.3