Skip to content
Snippets Groups Projects
Unverified Commit 2791bedf authored by Julius Härtl's avatar Julius Härtl
Browse files

Add vue build for oauth2 app to drone


Signed-off-by: default avatarJulius Härtl <jus@bitgrid.net>
parent cad8824a
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,13 @@ pipeline: ...@@ -28,6 +28,13 @@ pipeline:
when: when:
matrix: matrix:
TESTS: vue-build-updatenotification 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: checkers:
image: nextcloudci/php7.0:php7.0-19 image: nextcloudci/php7.0:php7.0-19
commands: commands:
...@@ -685,6 +692,7 @@ matrix: ...@@ -685,6 +692,7 @@ matrix:
- TESTS: checkers - TESTS: checkers
- TESTS: vue-build-settings - TESTS: vue-build-settings
- TESTS: vue-build-updatenotification - TESTS: vue-build-updatenotification
- TESTS: vue-build-oauth2
- TESTS: nodb-codecov - TESTS: nodb-codecov
ENABLE_REDIS: true ENABLE_REDIS: true
- TESTS: db-codecov - TESTS: db-codecov
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment