Add vue build for oauth2 app to drone

Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/9930/head
Julius Härtl 6 years ago
parent cad8824a8e
commit 2791bedfa9
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF

@ -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

Loading…
Cancel
Save